Html Css Color HEX #C66508 Tenne (Tawny)

📋 copy color: '#C66508'

red 198 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #C66508

Tints of Tenne (Tawny) #C66508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 64.5%
G = 32.9%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C66508 (or 0xC66508) is known color: Tenne (Tawny). HEX triplet: C6, 65 and 08. RGB value is (198,101,8). Sum of RGB (Red+Green+Blue) = 198+101+8=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C66508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66508 is #399AF7. Grayscale: #777777. Windows color (decimal): -3775224 or 550342. OLE color: 550342.

HSL color Cylindrical-coordinate representation of color #C66508: hue angle of 29.37º degrees, saturation: 0.92, 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 #C66508 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 8 -
CMYK 0 0.49 0.96 0.22
HSL 29.37º 0.92% 0.4% -
HSV(B) 29.37º 0.96% 0.78% -
XYZ 27.99 21.33 2.87 -
YUV 119.4 65.14 184.06 -
System Red Green Blue C M Y K H S L
Decimal 198 101 8 0 0.49 0.96 0.22 29.37 0.92 0.4
Hex C6 65 8 0 31 60 16 1D 5C 28
Octal 306 145 10 0 61 140 26 35 134 50
Binary 11000110 1100101 1000 0 110001 1100000 10110 11101 1011100 101000

Color Harmonies of #C66508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66508

Black with #C66508

Text Example


Text Example

White with #C66508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66508; }

 p { color: rgb(198,101,8); }

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

background-color css

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

 a { background-color: rgb(198,101,8); }

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

border-color css

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

 span { border-color: rgb(198,101,8); }

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