Html Css Color HEX #C15F06 Tenne (Tawny)

📋 copy color: '#C15F06'

red 193 ◦ green 95 ◦ blue 6

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

Shades of Tenne (Tawny) #C15F06

Tints of Tenne (Tawny) #C15F06

RGB

 RED value IS 193 (75.78% from 255) = 65.65%

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 65.65%
G = 32.31%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C15F06 (or 0xC15F06) is known color: Tenne (Tawny). HEX triplet: C1, 5F and 06. RGB value is (193,95,6). Sum of RGB (Red+Green+Blue) = 193+95+6=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F06 is #3EA0F9. Grayscale: #727272. Windows color (decimal): -4104442 or 417729. OLE color: 417729.

HSL color Cylindrical-coordinate representation of color #C15F06: hue angle of 28.56º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C15F06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 6 -
CMYK 0 0.51 0.97 0.24
HSL 28.56º 0.94% 0.39% -
HSV(B) 28.56º 0.97% 0.76% -
XYZ 26.12 19.54 2.57 -
YUV 114.16 66.97 184.24 -
System Red Green Blue C M Y K H S L
Decimal 193 95 6 0 0.51 0.97 0.24 28.56 0.94 0.39
Hex C1 5F 6 0 33 61 18 1D 5E 27
Octal 301 137 6 0 63 141 30 35 136 47
Binary 11000001 1011111 110 0 110011 1100001 11000 11101 1011110 100111

Color Harmonies of #C15F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F06

Black with #C15F06

Text Example


Text Example

White with #C15F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F06; }

 p { color: rgb(193,95,6); }

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

background-color css

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

 a { background-color: rgb(193,95,6); }

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

border-color css

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

 span { border-color: rgb(193,95,6); }

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