Html Css Color HEX #C66C07 Tenne (Tawny)

📋 copy color: '#C66C07'

red 198 ◦ green 108 ◦ blue 7

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

Shades of Tenne (Tawny) #C66C07

Tints of Tenne (Tawny) #C66C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 63.26%
G = 34.5%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C66C07 (or 0xC66C07) is known color: Tenne (Tawny). HEX triplet: C6, 6C and 07. RGB value is (198,108,7). Sum of RGB (Red+Green+Blue) = 198+108+7=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C07 is #3993F8. Grayscale: #7B7B7B. Windows color (decimal): -3773433 or 486598. OLE color: 486598.

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

Color convert

RGB 198 108 7 -
CMYK 0 0.45 0.96 0.22
HSL 31.73º 0.93% 0.4% -
HSV(B) 31.73º 0.96% 0.78% -
XYZ 28.69 22.75 3.08 -
YUV 123.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 198 108 7 0 0.45 0.96 0.22 31.73 0.93 0.4
Hex C6 6C 7 0 2D 60 16 20 5D 28
Octal 306 154 7 0 55 140 26 40 135 50
Binary 11000110 1101100 111 0 101101 1100000 10110 100000 1011101 101000

Color Harmonies of #C66C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C07

Black with #C66C07

Text Example


Text Example

White with #C66C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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