Html Css Color HEX #C66A00 Tenne (Tawny)

📋 copy color: '#C66A00'

red 198 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #C66A00

Tints of Tenne (Tawny) #C66A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.13%
G = 34.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C66A00 (or 0xC66A00) is known color: Tenne (Tawny). HEX triplet: C6, 6A and 00. RGB value is (198,106,0). Sum of RGB (Red+Green+Blue) = 198+106+0=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A00 is #3995FF. Grayscale: #797979. Windows color (decimal): -3773952 or 27334. OLE color: 27334.

HSL color Cylindrical-coordinate representation of color #C66A00: hue angle of 32.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C66A00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 106 0 -
CMYK 0 0.46 1 0.22
HSL 32.12º 1% 0.39% -
HSV(B) 32.12º 1% 0.78% -
XYZ 28.44 22.31 2.81 -
YUV 121.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 198 106 0 0 0.46 1 0.22 32.12 1 0.39
Hex C6 6A 0 0 2E 64 16 20 64 27
Octal 306 152 0 0 56 144 26 40 144 47
Binary 11000110 1101010 0 0 101110 1100100 10110 100000 1100100 100111

Color Harmonies of #C66A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A00

Black with #C66A00

Text Example


Text Example

White with #C66A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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