Html Css Color HEX #C56600 Tenne (Tawny)

📋 copy color: '#C56600'

red 197 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #C56600

Tints of Tenne (Tawny) #C56600

RGB

 RED value IS 197 (77.34% from 255) = 65.89%

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 65.89%
G = 34.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56600 (or 0xC56600) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 00. RGB value is (197,102,0). Sum of RGB (Red+Green+Blue) = 197+102+0=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C56600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56600 is #3A99FF. Grayscale: #777777. Windows color (decimal): -3840512 or 26309. OLE color: 26309.

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

Color convert

RGB 197 102 0 -
CMYK 0 0.48 1 0.23
HSL 31.07º 1% 0.39% -
HSV(B) 31.07º 1% 0.77% -
XYZ 27.78 21.37 2.66 -
YUV 118.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 197 102 0 0 0.48 1 0.23 31.07 1 0.39
Hex C5 66 0 0 30 64 17 1F 64 27
Octal 305 146 0 0 60 144 27 37 144 47
Binary 11000101 1100110 0 0 110000 1100100 10111 11111 1100100 100111

Color Harmonies of #C56600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56600

Black with #C56600

Text Example


Text Example

White with #C56600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56600; }

 p { color: rgb(197,102,0); }

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

background-color css

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

 a { background-color: rgb(197,102,0); }

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

border-color css

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

 span { border-color: rgb(197,102,0); }

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