Html Css Color HEX #C65517 Tenne (Tawny)

📋 copy color: '#C65517'

red 198 ◦ green 85 ◦ blue 23

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

Shades of Tenne (Tawny) #C65517

Tints of Tenne (Tawny) #C65517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 64.71%
G = 27.78%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65517 (or 0xC65517) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 17. RGB value is (198,85,23). Sum of RGB (Red+Green+Blue) = 198+85+23=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65517 is #39AAE8. Grayscale: #707070. Windows color (decimal): -3779305 or 1529286. OLE color: 1529286.

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

Color convert

RGB 198 85 23 -
CMYK 0 0.57 0.88 0.22
HSL 21.26º 0.79% 0.43% -
HSV(B) 21.26º 0.88% 0.78% -
XYZ 26.69 18.56 2.99 -
YUV 111.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 198 85 23 0 0.57 0.88 0.22 21.26 0.79 0.43
Hex C6 55 17 0 39 58 16 15 4F 2B
Octal 306 125 27 0 71 130 26 25 117 53
Binary 11000110 1010101 10111 0 111001 1011000 10110 10101 1001111 101011

Color Harmonies of #C65517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65517

Black with #C65517

Text Example


Text Example

White with #C65517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65517; }

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

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

background-color css

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

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

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

border-color css

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

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

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