Html Css Color HEX #C76405 Tenne (Tawny)

📋 copy color: '#C76405'

red 199 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #C76405

Tints of Tenne (Tawny) #C76405

RGB

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

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

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

R = 65.46%
G = 32.89%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76405 (or 0xC76405) is known color: Tenne (Tawny). HEX triplet: C7, 64 and 05. RGB value is (199,100,5). Sum of RGB (Red+Green+Blue) = 199+100+5=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C76405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76405 is #389BFA. Grayscale: #777777. Windows color (decimal): -3709947 or 353479. OLE color: 353479.

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

Color convert

RGB 199 100 5 -
CMYK 0 0.50 0.97 0.22
HSL 29.38º 0.95% 0.4% -
HSV(B) 29.38º 0.97% 0.78% -
XYZ 28.14 21.27 2.77 -
YUV 118.77 63.8 185.22 -
System Red Green Blue C M Y K H S L
Decimal 199 100 5 0 0.50 0.97 0.22 29.38 0.95 0.4
Hex C7 64 5 0 32 61 16 1D 5F 28
Octal 307 144 5 0 62 141 26 35 137 50
Binary 11000111 1100100 101 0 110010 1100001 10110 11101 1011111 101000

Color Harmonies of #C76405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76405

Black with #C76405

Text Example


Text Example

White with #C76405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76405; }

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

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

background-color css

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

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

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

border-color css

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

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

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