Html Css Color HEX #C65510 Tenne (Tawny)

📋 copy color: '#C65510'

red 198 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #C65510

Tints of Tenne (Tawny) #C65510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 66.22%
G = 28.43%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C65510 (or 0xC65510) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 10. RGB value is (198,85,16). Sum of RGB (Red+Green+Blue) = 198+85+16=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C65510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65510 is #39AAEF. Grayscale: #6F6F6F. Windows color (decimal): -3779312 or 1070534. OLE color: 1070534.

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

Color convert

RGB 198 85 16 -
CMYK 0 0.57 0.92 0.22
HSL 22.75º 0.85% 0.42% -
HSV(B) 22.75º 0.92% 0.78% -
XYZ 26.63 18.54 2.67 -
YUV 110.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 198 85 16 0 0.57 0.92 0.22 22.75 0.85 0.42
Hex C6 55 10 0 39 5C 16 17 55 2A
Octal 306 125 20 0 71 134 26 27 125 52
Binary 11000110 1010101 10000 0 111001 1011100 10110 10111 1010101 101010

Color Harmonies of #C65510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65510

Black with #C65510

Text Example


Text Example

White with #C65510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65510; }

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

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

background-color css

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

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

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

border-color css

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

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

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