Html Css Color HEX #C76B05 Tenne (Tawny)

📋 copy color: '#C76B05'

red 199 ◦ green 107 ◦ blue 5

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

Shades of Tenne (Tawny) #C76B05

Tints of Tenne (Tawny) #C76B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.41%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 63.99%
G = 34.41%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76B05 (or 0xC76B05) is known color: Tenne (Tawny). HEX triplet: C7, 6B and 05. RGB value is (199,107,5). Sum of RGB (Red+Green+Blue) = 199+107+5=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B05 is #3894FA. Grayscale: #7B7B7B. Windows color (decimal): -3708155 or 355271. OLE color: 355271.

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

Color convert

RGB 199 107 5 -
CMYK 0 0.46 0.97 0.22
HSL 31.55º 0.95% 0.4% -
HSV(B) 31.55º 0.97% 0.78% -
XYZ 28.84 22.67 3 -
YUV 122.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 199 107 5 0 0.46 0.97 0.22 31.55 0.95 0.4
Hex C7 6B 5 0 2E 61 16 20 5F 28
Octal 307 153 5 0 56 141 26 40 137 50
Binary 11000111 1101011 101 0 101110 1100001 10110 100000 1011111 101000

Color Harmonies of #C76B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B05

Black with #C76B05

Text Example


Text Example

White with #C76B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B05; }

 p { color: rgb(199,107,5); }

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

background-color css

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

 a { background-color: rgb(199,107,5); }

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

border-color css

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

 span { border-color: rgb(199,107,5); }

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