Html Css Color HEX #C76C08 Tenne (Tawny)

📋 copy color: '#C76C08'

red 199 ◦ green 108 ◦ blue 8

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

Shades of Tenne (Tawny) #C76C08

Tints of Tenne (Tawny) #C76C08

RGB

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

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

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

R = 63.17%
G = 34.29%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C76C08 (or 0xC76C08) is known color: Tenne (Tawny). HEX triplet: C7, 6C and 08. RGB value is (199,108,8). Sum of RGB (Red+Green+Blue) = 199+108+8=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C08 is #3893F7. Grayscale: #7C7C7C. Windows color (decimal): -3707896 or 552135. OLE color: 552135.

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

Color convert

RGB 199 108 8 -
CMYK 0 0.46 0.96 0.22
HSL 31.41º 0.92% 0.41% -
HSV(B) 31.41º 0.96% 0.78% -
XYZ 28.96 22.88 3.12 -
YUV 123.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 199 108 8 0 0.46 0.96 0.22 31.41 0.92 0.41
Hex C7 6C 8 0 2E 60 16 1F 5C 29
Octal 307 154 10 0 56 140 26 37 134 51
Binary 11000111 1101100 1000 0 101110 1100000 10110 11111 1011100 101001

Color Harmonies of #C76C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C08

Black with #C76C08

Text Example


Text Example

White with #C76C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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