Html Css Color HEX #C66405 Tenne (Tawny)

📋 copy color: '#C66405'

red 198 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #C66405

Tints of Tenne (Tawny) #C66405

RGB

 RED value IS 198 (77.73% from 255) = 65.35%

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

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

R = 65.35%
G = 33%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C66405 (or 0xC66405) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 05. RGB value is (198,100,5). Sum of RGB (Red+Green+Blue) = 198+100+5=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C66405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66405 is #399BFA. Grayscale: #767676. Windows color (decimal): -3775483 or 353478. OLE color: 353478.

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

Color convert

RGB 198 100 5 -
CMYK 0 0.49 0.97 0.22
HSL 29.53º 0.95% 0.4% -
HSV(B) 29.53º 0.97% 0.78% -
XYZ 27.87 21.13 2.75 -
YUV 118.47 63.97 184.72 -
System Red Green Blue C M Y K H S L
Decimal 198 100 5 0 0.49 0.97 0.22 29.53 0.95 0.4
Hex C6 64 5 0 31 61 16 1E 5F 28
Octal 306 144 5 0 61 141 26 36 137 50
Binary 11000110 1100100 101 0 110001 1100001 10110 11110 1011111 101000

Color Harmonies of #C66405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66405

Black with #C66405

Text Example


Text Example

White with #C66405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66405; }

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

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

background-color css

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

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

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

border-color css

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

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

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