Html Css Color HEX #C67000 Tenne (Tawny)

📋 copy color: '#C67000'

red 198 ◦ green 112 ◦ blue 0

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

Shades of Tenne (Tawny) #C67000

Tints of Tenne (Tawny) #C67000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.87%
G = 36.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C67000 (or 0xC67000) is known color: Tenne (Tawny). HEX triplet: C6, 70 and 00. RGB value is (198,112,0). Sum of RGB (Red+Green+Blue) = 198+112+0=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C67000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67000 is #398FFF. Grayscale: #7D7D7D. Windows color (decimal): -3772416 or 28870. OLE color: 28870.

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

Color convert

RGB 198 112 0 -
CMYK 0 0.43 1 0.22
HSL 33.94º 1% 0.39% -
HSV(B) 33.94º 1% 0.78% -
XYZ 29.08 23.59 3.02 -
YUV 124.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 198 112 0 0 0.43 1 0.22 33.94 1 0.39
Hex C6 70 0 0 2B 64 16 22 64 27
Octal 306 160 0 0 53 144 26 42 144 47
Binary 11000110 1110000 0 0 101011 1100100 10110 100010 1100100 100111

Color Harmonies of #C67000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67000

Black with #C67000

Text Example


Text Example

White with #C67000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67000; }

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

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

background-color css

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

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

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

border-color css

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

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

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