Html Css Color HEX #210C06 Seal Brown

📋 copy color: '#210C06'

red 33 ◦ green 12 ◦ blue 6

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

Shades of Seal Brown #210C06

Tints of Seal Brown #210C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.53%

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

R = 64.71%
G = 23.53%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#210C06 (or 0x210C06) is known color: Seal Brown. HEX triplet: 21, 0C and 06. RGB value is (33,12,6). Sum of RGB (Red+Green+Blue) = 33+12+6=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #210C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C06 is #DEF3F9. Grayscale: #111111. Windows color (decimal): -14611450 or 396321. OLE color: 396321.

HSL color Cylindrical-coordinate representation of color #210C06: hue angle of 13.33º 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 #210C06 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 12 6 -
CMYK 0 0.64 0.82 0.87
HSL 13.33º 0.69% 0.08% -
HSV(B) 13.33º 0.82% 0.13% -
XYZ 0.79 0.6 0.25 -
YUV 17.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 33 12 6 0 0.64 0.82 0.87 13.33 0.69 0.08
Hex 21 C 6 0 40 52 57 D 45 8
Octal 41 14 6 0 100 122 127 15 105 10
Binary 100001 1100 110 0 1000000 1010010 1010111 1101 1000101 1000

Color Harmonies of #210C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C06

Black with #210C06

Text Example


Text Example

White with #210C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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