Html Css Color HEX #C67006 Tenne (Tawny)

📋 copy color: '#C67006'

red 198 ◦ green 112 ◦ blue 6

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

Shades of Tenne (Tawny) #C67006

Tints of Tenne (Tawny) #C67006

RGB

 RED value IS 198 (77.73% from 255) = 62.66%

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 62.66%
G = 35.44%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67006 (or 0xC67006) is known color: Tenne (Tawny). HEX triplet: C6, 70 and 06. RGB value is (198,112,6). Sum of RGB (Red+Green+Blue) = 198+112+6=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C67006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67006 is #398FF9. Grayscale: #7E7E7E. Windows color (decimal): -3772410 or 422086. OLE color: 422086.

HSL color Cylindrical-coordinate representation of color #C67006: hue angle of 33.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C67006 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 6 -
CMYK 0 0.43 0.97 0.22
HSL 33.13º 0.94% 0.4% -
HSV(B) 33.13º 0.97% 0.78% -
XYZ 29.12 23.61 3.19 -
YUV 125.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 198 112 6 0 0.43 0.97 0.22 33.13 0.94 0.4
Hex C6 70 6 0 2B 61 16 21 5E 28
Octal 306 160 6 0 53 141 26 41 136 50
Binary 11000110 1110000 110 0 101011 1100001 10110 100001 1011110 101000

Color Harmonies of #C67006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67006

Black with #C67006

Text Example


Text Example

White with #C67006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67006; }

 p { color: rgb(198,112,6); }

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

background-color css

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

 a { background-color: rgb(198,112,6); }

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

border-color css

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

 span { border-color: rgb(198,112,6); }

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