Html Css Color HEX #C65C0D Tenne (Tawny)

📋 copy color: '#C65C0D'

red 198 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #C65C0D

Tints of Tenne (Tawny) #C65C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 65.35%
G = 30.36%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C65C0D (or 0xC65C0D) is known color: Tenne (Tawny). HEX triplet: C6, 5C and 0D. RGB value is (198,92,13). Sum of RGB (Red+Green+Blue) = 198+92+13=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65C0D is #39A3F2. Grayscale: #737373. Windows color (decimal): -3777523 or 875718. OLE color: 875718.

HSL color Cylindrical-coordinate representation of color #C65C0D: hue angle of 25.62º 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 #C65C0D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 13 -
CMYK 0 0.54 0.93 0.22
HSL 25.62º 0.88% 0.41% -
HSV(B) 25.62º 0.93% 0.78% -
XYZ 27.19 19.69 2.75 -
YUV 114.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 198 92 13 0 0.54 0.93 0.22 25.62 0.88 0.41
Hex C6 5C D 0 36 5D 16 1A 58 29
Octal 306 134 15 0 66 135 26 32 130 51
Binary 11000110 1011100 1101 0 110110 1011101 10110 11010 1011000 101001

Color Harmonies of #C65C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C0D

Black with #C65C0D

Text Example


Text Example

White with #C65C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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