Html Css Color HEX #210F06 Seal Brown

📋 copy color: '#210F06'

red 33 ◦ green 15 ◦ blue 6

#210F06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #210F06

Tints of Seal Brown #210F06

RGB

 RED value IS 33 (13.28% from 255) = 61.11%

 GREEN value IS 15 (6.25% from 255) = 27.78%

 BLUE value IS 6 (2.73% from 255) = 11.11%

R = 61.11%
G = 27.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.87

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#210F06 (or 0x210F06) is known color: Seal Brown. HEX triplet: 21, 0F and 06. RGB value is (33,15,6). Sum of RGB (Red+Green+Blue) = 33+15+6=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F06 is #DEF0F9. Grayscale: #131313. Windows color (decimal): -14610682 or 397089. OLE color: 397089.

HSL color Cylindrical-coordinate representation of color #210F06: hue angle of 20º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210F06 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 15 6 -
CMYK 0 0.55 0.82 0.87
HSL 20º 0.69% 0.08% -
HSV(B) 20º 0.82% 0.13% -
XYZ 0.83 0.68 0.26 -
YUV 19.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 33 15 6 0 0.55 0.82 0.87 20 0.69 0.08
Hex 21 F 6 0 37 52 57 14 45 8
Octal 41 17 6 0 67 122 127 24 105 10
Binary 100001 1111 110 0 110111 1010010 1010111 10100 1000101 1000

Color Harmonies of #210F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F06

Black with #210F06

Text Example


Text Example

White with #210F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210F06; }

 p { color: rgb(33,15,6); }

 H1.HeaderClassName
 {
   color: #210F06;
 }
 .AnyTagClassName
 {
   color: #210F06;
 }
</style>

background-color css

<style>
 a { background-color: #210F06; }

 a { background-color: rgb(33,15,6); }

 div.DivClassName
 {
   background-color: #210F06;
 }
 .BgClassName
 {
   background-color: #210F06;
 }
</style>

border-color css

<style>
 span { border-color: #210F06; }

 span { border-color: rgb(33,15,6); }

 td.TdClassName
 {
   border-color: #210F06;
 }
 .TagClassName
 {
   border-color: #210F06;
 }
</style>