Html Css Color HEX #C66305 Tenne (Tawny)

📋 copy color: '#C66305'

red 198 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #C66305

Tints of Tenne (Tawny) #C66305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 65.56%
G = 32.78%
B = 1.66%

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

#C66305 (or 0xC66305) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 05. RGB value is (198,99,5). Sum of RGB (Red+Green+Blue) = 198+99+5=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C66305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66305 is #399CFA. Grayscale: #767676. Windows color (decimal): -3775739 or 353222. OLE color: 353222.

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

Color convert

RGB 198 99 5 -
CMYK 0 0.50 0.97 0.22
HSL 29.22º 0.95% 0.4% -
HSV(B) 29.22º 0.97% 0.78% -
XYZ 27.78 20.94 2.72 -
YUV 117.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 198 99 5 0 0.50 0.97 0.22 29.22 0.95 0.4
Hex C6 63 5 0 32 61 16 1D 5F 28
Octal 306 143 5 0 62 141 26 35 137 50
Binary 11000110 1100011 101 0 110010 1100001 10110 11101 1011111 101000

Color Harmonies of #C66305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66305

Black with #C66305

Text Example


Text Example

White with #C66305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66305; }

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

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

background-color css

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

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

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

border-color css

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

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

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