Html Css Color HEX #C76F07 Tenne (Tawny)

📋 copy color: '#C76F07'

red 199 ◦ green 111 ◦ blue 7

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

Shades of Tenne (Tawny) #C76F07

Tints of Tenne (Tawny) #C76F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

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

R = 62.78%
G = 35.02%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C76F07 (or 0xC76F07) is known color: Tenne (Tawny). HEX triplet: C7, 6F and 07. RGB value is (199,111,7). Sum of RGB (Red+Green+Blue) = 199+111+7=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76F07 is #3890F8. Grayscale: #7D7D7D. Windows color (decimal): -3707129 or 487367. OLE color: 487367.

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

Color convert

RGB 199 111 7 -
CMYK 0 0.44 0.96 0.22
HSL 32.5º 0.93% 0.4% -
HSV(B) 32.5º 0.96% 0.78% -
XYZ 29.28 23.53 3.2 -
YUV 125.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 199 111 7 0 0.44 0.96 0.22 32.5 0.93 0.4
Hex C7 6F 7 0 2C 60 16 20 5D 28
Octal 307 157 7 0 54 140 26 40 135 50
Binary 11000111 1101111 111 0 101100 1100000 10110 100000 1011101 101000

Color Harmonies of #C76F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F07

Black with #C76F07

Text Example


Text Example

White with #C76F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F07; }

 p { color: rgb(199,111,7); }

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

background-color css

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

 a { background-color: rgb(199,111,7); }

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

border-color css

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

 span { border-color: rgb(199,111,7); }

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