Html Css Color HEX #C66800 Tenne (Tawny)

📋 copy color: '#C66800'

red 198 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #C66800

Tints of Tenne (Tawny) #C66800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

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

R = 65.56%
G = 34.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C66800 (or 0xC66800) is known color: Tenne (Tawny). HEX triplet: C6, 68 and 00. RGB value is (198,104,0). Sum of RGB (Red+Green+Blue) = 198+104+0=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C66800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66800 is #3997FF. Grayscale: #787878. Windows color (decimal): -3774464 or 26822. OLE color: 26822.

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

Color convert

RGB 198 104 0 -
CMYK 0 0.47 1 0.22
HSL 31.52º 1% 0.39% -
HSV(B) 31.52º 1% 0.78% -
XYZ 28.24 21.91 2.74 -
YUV 120.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 198 104 0 0 0.47 1 0.22 31.52 1 0.39
Hex C6 68 0 0 2F 64 16 20 64 27
Octal 306 150 0 0 57 144 26 40 144 47
Binary 11000110 1101000 0 0 101111 1100100 10110 100000 1100100 100111

Color Harmonies of #C66800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66800

Black with #C66800

Text Example


Text Example

White with #C66800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66800; }

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

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

background-color css

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

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

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

border-color css

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

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

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