Html Css Color HEX #C65812 Tenne (Tawny)

📋 copy color: '#C65812'

red 198 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #C65812

Tints of Tenne (Tawny) #C65812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 65.13%
G = 28.95%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C65812 (or 0xC65812) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 12. RGB value is (198,88,18). Sum of RGB (Red+Green+Blue) = 198+88+18=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C65812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65812 is #39A7ED. Grayscale: #717171. Windows color (decimal): -3778542 or 1202374. OLE color: 1202374.

HSL color Cylindrical-coordinate representation of color #C65812: hue angle of 23.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C65812 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 88 18 -
CMYK 0 0.56 0.91 0.22
HSL 23.33º 0.83% 0.42% -
HSV(B) 23.33º 0.91% 0.78% -
XYZ 26.89 19.03 2.83 -
YUV 112.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 198 88 18 0 0.56 0.91 0.22 23.33 0.83 0.42
Hex C6 58 12 0 38 5B 16 17 53 2A
Octal 306 130 22 0 70 133 26 27 123 52
Binary 11000110 1011000 10010 0 111000 1011011 10110 10111 1010011 101010

Color Harmonies of #C65812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65812

Black with #C65812

Text Example


Text Example

White with #C65812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65812; }

 p { color: rgb(198,88,18); }

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

background-color css

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

 a { background-color: rgb(198,88,18); }

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

border-color css

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

 span { border-color: rgb(198,88,18); }

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