Html Css Color HEX #C76104 Tenne (Tawny)

📋 copy color: '#C76104'

red 199 ◦ green 97 ◦ blue 4

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

Shades of Tenne (Tawny) #C76104

Tints of Tenne (Tawny) #C76104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 66.33%
G = 32.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C76104 (or 0xC76104) is known color: Tenne (Tawny). HEX triplet: C7, 61 and 04. RGB value is (199,97,4). Sum of RGB (Red+Green+Blue) = 199+97+4=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C76104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76104 is #389EFB. Grayscale: #757575. Windows color (decimal): -3710716 or 287175. OLE color: 287175.

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

Color convert

RGB 199 97 4 -
CMYK 0 0.51 0.98 0.22
HSL 28.62º 0.96% 0.4% -
HSV(B) 28.62º 0.98% 0.78% -
XYZ 27.85 20.7 2.64 -
YUV 116.9 64.29 186.56 -
System Red Green Blue C M Y K H S L
Decimal 199 97 4 0 0.51 0.98 0.22 28.62 0.96 0.4
Hex C7 61 4 0 33 62 16 1D 60 28
Octal 307 141 4 0 63 142 26 35 140 50
Binary 11000111 1100001 100 0 110011 1100010 10110 11101 1100000 101000

Color Harmonies of #C76104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76104

Black with #C76104

Text Example


Text Example

White with #C76104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76104; }

 p { color: rgb(199,97,4); }

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

background-color css

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

 a { background-color: rgb(199,97,4); }

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

border-color css

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

 span { border-color: rgb(199,97,4); }

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