Html Css Color HEX #C65B0C Tenne (Tawny)

📋 copy color: '#C65B0C'

red 198 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #C65B0C

Tints of Tenne (Tawny) #C65B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 65.78%
G = 30.23%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C65B0C (or 0xC65B0C) is known color: Tenne (Tawny). HEX triplet: C6, 5B and 0C. RGB value is (198,91,12). Sum of RGB (Red+Green+Blue) = 198+91+12=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65B0C is #39A4F3. Grayscale: #727272. Windows color (decimal): -3777780 or 809926. OLE color: 809926.

HSL color Cylindrical-coordinate representation of color #C65B0C: hue angle of 25.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C65B0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 91 12 -
CMYK 0 0.54 0.94 0.22
HSL 25.48º 0.89% 0.41% -
HSV(B) 25.48º 0.94% 0.78% -
XYZ 27.1 19.51 2.69 -
YUV 113.99 70.45 187.92 -
System Red Green Blue C M Y K H S L
Decimal 198 91 12 0 0.54 0.94 0.22 25.48 0.89 0.41
Hex C6 5B C 0 36 5E 16 19 59 29
Octal 306 133 14 0 66 136 26 31 131 51
Binary 11000110 1011011 1100 0 110110 1011110 10110 11001 1011001 101001

Color Harmonies of #C65B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B0C

Black with #C65B0C

Text Example


Text Example

White with #C65B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B0C; }

 p { color: rgb(198,91,12); }

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

background-color css

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

 a { background-color: rgb(198,91,12); }

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

border-color css

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

 span { border-color: rgb(198,91,12); }

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