Html Css Color HEX #C76407 Tenne (Tawny)

📋 copy color: '#C76407'

red 199 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #C76407

Tints of Tenne (Tawny) #C76407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 65.03%
G = 32.68%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C76407 (or 0xC76407) is known color: Tenne (Tawny). HEX triplet: C7, 64 and 07. RGB value is (199,100,7). Sum of RGB (Red+Green+Blue) = 199+100+7=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C76407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76407 is #389BF8. Grayscale: #777777. Windows color (decimal): -3709945 or 484551. OLE color: 484551.

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

Color convert

RGB 199 100 7 -
CMYK 0 0.50 0.96 0.22
HSL 29.06º 0.93% 0.4% -
HSV(B) 29.06º 0.96% 0.78% -
XYZ 28.15 21.27 2.82 -
YUV 119 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 199 100 7 0 0.50 0.96 0.22 29.06 0.93 0.4
Hex C7 64 7 0 32 60 16 1D 5D 28
Octal 307 144 7 0 62 140 26 35 135 50
Binary 11000111 1100100 111 0 110010 1100000 10110 11101 1011101 101000

Color Harmonies of #C76407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76407

Black with #C76407

Text Example


Text Example

White with #C76407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76407; }

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

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

background-color css

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

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

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

border-color css

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

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

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