Html Css Color HEX #C66C00 Tenne (Tawny)

📋 copy color: '#C66C00'

red 198 ◦ green 108 ◦ blue 0

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

Shades of Tenne (Tawny) #C66C00

Tints of Tenne (Tawny) #C66C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

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

R = 64.71%
G = 35.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C66C00 (or 0xC66C00) is known color: Tenne (Tawny). HEX triplet: C6, 6C and 00. RGB value is (198,108,0). Sum of RGB (Red+Green+Blue) = 198+108+0=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C00 is #3993FF. Grayscale: #7B7B7B. Windows color (decimal): -3773440 or 27846. OLE color: 27846.

HSL color Cylindrical-coordinate representation of color #C66C00: hue angle of 32.73º 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 #C66C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 0 -
CMYK 0 0.45 1 0.22
HSL 32.73º 1% 0.39% -
HSV(B) 32.73º 1% 0.78% -
XYZ 28.65 22.73 2.88 -
YUV 122.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 198 108 0 0 0.45 1 0.22 32.73 1 0.39
Hex C6 6C 0 0 2D 64 16 21 64 27
Octal 306 154 0 0 55 144 26 41 144 47
Binary 11000110 1101100 0 0 101101 1100100 10110 100001 1100100 100111

Color Harmonies of #C66C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C00

Black with #C66C00

Text Example


Text Example

White with #C66C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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