Html Css Color HEX #C76208 Tenne (Tawny)

📋 copy color: '#C76208'

red 199 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #C76208

Tints of Tenne (Tawny) #C76208

RGB

 RED value IS 199 (78.13% from 255) = 65.25%

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 65.25%
G = 32.13%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C76208 (or 0xC76208) is known color: Tenne (Tawny). HEX triplet: C7, 62 and 08. RGB value is (199,98,8). Sum of RGB (Red+Green+Blue) = 199+98+8=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C76208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76208 is #389DF7. Grayscale: #767676. Windows color (decimal): -3710456 or 549575. OLE color: 549575.

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

Color convert

RGB 199 98 8 -
CMYK 0 0.51 0.96 0.22
HSL 28.27º 0.92% 0.41% -
HSV(B) 28.27º 0.96% 0.78% -
XYZ 27.96 20.9 2.79 -
YUV 117.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 199 98 8 0 0.51 0.96 0.22 28.27 0.92 0.41
Hex C7 62 8 0 33 60 16 1C 5C 29
Octal 307 142 10 0 63 140 26 34 134 51
Binary 11000111 1100010 1000 0 110011 1100000 10110 11100 1011100 101001

Color Harmonies of #C76208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76208

Black with #C76208

Text Example


Text Example

White with #C76208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76208; }

 p { color: rgb(199,98,8); }

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

background-color css

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

 a { background-color: rgb(199,98,8); }

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

border-color css

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

 span { border-color: rgb(199,98,8); }

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