Html Css Color HEX #C66A05 Tenne (Tawny)

📋 copy color: '#C66A05'

red 198 ◦ green 106 ◦ blue 5

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

Shades of Tenne (Tawny) #C66A05

Tints of Tenne (Tawny) #C66A05

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 64.08%
G = 34.3%
B = 1.62%

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

#C66A05 (or 0xC66A05) is known color: Tenne (Tawny). HEX triplet: C6, 6A and 05. RGB value is (198,106,5). Sum of RGB (Red+Green+Blue) = 198+106+5=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A05 is #3995FA. Grayscale: #7A7A7A. Windows color (decimal): -3773947 or 355014. OLE color: 355014.

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

Color convert

RGB 198 106 5 -
CMYK 0 0.46 0.97 0.22
HSL 31.4º 0.95% 0.4% -
HSV(B) 31.4º 0.97% 0.78% -
XYZ 28.47 22.32 2.95 -
YUV 121.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 198 106 5 0 0.46 0.97 0.22 31.4 0.95 0.4
Hex C6 6A 5 0 2E 61 16 1F 5F 28
Octal 306 152 5 0 56 141 26 37 137 50
Binary 11000110 1101010 101 0 101110 1100001 10110 11111 1011111 101000

Color Harmonies of #C66A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A05

Black with #C66A05

Text Example


Text Example

White with #C66A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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