Html Css Color HEX #C65E0D Tenne (Tawny)

📋 copy color: '#C65E0D'

red 198 ◦ green 94 ◦ blue 13

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

Shades of Tenne (Tawny) #C65E0D

Tints of Tenne (Tawny) #C65E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 64.92%
G = 30.82%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C65E0D (or 0xC65E0D) is known color: Tenne (Tawny). HEX triplet: C6, 5E and 0D. RGB value is (198,94,13). Sum of RGB (Red+Green+Blue) = 198+94+13=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65E0D is #39A1F2. Grayscale: #747474. Windows color (decimal): -3777011 or 876230. OLE color: 876230.

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

Color convert

RGB 198 94 13 -
CMYK 0 0.53 0.93 0.22
HSL 26.27º 0.88% 0.41% -
HSV(B) 26.27º 0.93% 0.78% -
XYZ 27.36 20.04 2.81 -
YUV 115.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 198 94 13 0 0.53 0.93 0.22 26.27 0.88 0.41
Hex C6 5E D 0 35 5D 16 1A 58 29
Octal 306 136 15 0 65 135 26 32 130 51
Binary 11000110 1011110 1101 0 110101 1011101 10110 11010 1011000 101001

Color Harmonies of #C65E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E0D

Black with #C65E0D

Text Example


Text Example

White with #C65E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E0D; }

 p { color: rgb(198,94,13); }

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

background-color css

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

 a { background-color: rgb(198,94,13); }

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

border-color css

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

 span { border-color: rgb(198,94,13); }

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