Html Css Color HEX #C65B0D Tenne (Tawny)

📋 copy color: '#C65B0D'

red 198 ◦ green 91 ◦ blue 13

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

Shades of Tenne (Tawny) #C65B0D

Tints of Tenne (Tawny) #C65B0D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

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

R = 65.56%
G = 30.13%
B = 4.3%

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

#C65B0D (or 0xC65B0D) is known color: Tenne (Tawny). HEX triplet: C6, 5B and 0D. RGB value is (198,91,13). Sum of RGB (Red+Green+Blue) = 198+91+13=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65B0D is #39A4F2. Grayscale: #727272. Windows color (decimal): -3777779 or 875462. OLE color: 875462.

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

Color convert

RGB 198 91 13 -
CMYK 0 0.54 0.93 0.22
HSL 25.3º 0.88% 0.41% -
HSV(B) 25.3º 0.93% 0.78% -
XYZ 27.1 19.52 2.72 -
YUV 114.1 70.95 187.84 -
System Red Green Blue C M Y K H S L
Decimal 198 91 13 0 0.54 0.93 0.22 25.3 0.88 0.41
Hex C6 5B D 0 36 5D 16 19 58 29
Octal 306 133 15 0 66 135 26 31 130 51
Binary 11000110 1011011 1101 0 110110 1011101 10110 11001 1011000 101001

Color Harmonies of #C65B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B0D

Black with #C65B0D

Text Example


Text Example

White with #C65B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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