Html Css Color HEX #C66205 Tenne (Tawny)

📋 copy color: '#C66205'

red 198 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #C66205

Tints of Tenne (Tawny) #C66205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 65.78%
G = 32.56%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C66205 (or 0xC66205) is known color: Tenne (Tawny). HEX triplet: C6, 62 and 05. RGB value is (198,98,5). Sum of RGB (Red+Green+Blue) = 198+98+5=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C66205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66205 is #399DFA. Grayscale: #757575. Windows color (decimal): -3775995 or 352966. OLE color: 352966.

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

Color convert

RGB 198 98 5 -
CMYK 0 0.51 0.97 0.22
HSL 28.91º 0.95% 0.4% -
HSV(B) 28.91º 0.97% 0.78% -
XYZ 27.68 20.75 2.69 -
YUV 117.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 198 98 5 0 0.51 0.97 0.22 28.91 0.95 0.4
Hex C6 62 5 0 33 61 16 1D 5F 28
Octal 306 142 5 0 63 141 26 35 137 50
Binary 11000110 1100010 101 0 110011 1100001 10110 11101 1011111 101000

Color Harmonies of #C66205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66205

Black with #C66205

Text Example


Text Example

White with #C66205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66205; }

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

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

background-color css

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

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

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

border-color css

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

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

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