Html Css Color HEX #C65508 Tenne (Tawny)

📋 copy color: '#C65508'

red 198 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #C65508

Tints of Tenne (Tawny) #C65508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 68.04%
G = 29.21%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C65508 (or 0xC65508) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 08. RGB value is (198,85,8). Sum of RGB (Red+Green+Blue) = 198+85+8=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C65508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65508 is #39AAF7. Grayscale: #6E6E6E. Windows color (decimal): -3779320 or 546246. OLE color: 546246.

HSL color Cylindrical-coordinate representation of color #C65508: hue angle of 24.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C65508 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 8 -
CMYK 0 0.57 0.96 0.22
HSL 24.32º 0.92% 0.4% -
HSV(B) 24.32º 0.96% 0.78% -
XYZ 26.58 18.52 2.4 -
YUV 110.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 198 85 8 0 0.57 0.96 0.22 24.32 0.92 0.4
Hex C6 55 8 0 39 60 16 18 5C 28
Octal 306 125 10 0 71 140 26 30 134 50
Binary 11000110 1010101 1000 0 111001 1100000 10110 11000 1011100 101000

Color Harmonies of #C65508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65508

Black with #C65508

Text Example


Text Example

White with #C65508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65508; }

 p { color: rgb(198,85,8); }

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

background-color css

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

 a { background-color: rgb(198,85,8); }

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

border-color css

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

 span { border-color: rgb(198,85,8); }

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