Html Css Color HEX #CF5106 Tenne (Tawny)

📋 copy color: '#CF5106'

red 207 ◦ green 81 ◦ blue 6

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

Shades of Tenne (Tawny) #CF5106

Tints of Tenne (Tawny) #CF5106

RGB

 RED value IS 207 (81.25% from 255) = 70.41%

 GREEN value IS 81 (32.03% from 255) = 27.55%

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

R = 70.41%
G = 27.55%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF5106 (or 0xCF5106) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 06. RGB value is (207,81,6). Sum of RGB (Red+Green+Blue) = 207+81+6=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5106 is #30AEF9. Grayscale: #6E6E6E. Windows color (decimal): -3190522 or 414159. OLE color: 414159.

HSL color Cylindrical-coordinate representation of color #CF5106: hue angle of 22.39º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF5106 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 81 6 -
CMYK 0 0.61 0.97 0.19
HSL 22.39º 0.94% 0.42% -
HSV(B) 22.39º 0.97% 0.81% -
XYZ 28.71 19.16 2.36 -
YUV 110.12 69.24 197.1 -
System Red Green Blue C M Y K H S L
Decimal 207 81 6 0 0.61 0.97 0.19 22.39 0.94 0.42
Hex CF 51 6 0 3D 61 13 16 5E 2A
Octal 317 121 6 0 75 141 23 26 136 52
Binary 11001111 1010001 110 0 111101 1100001 10011 10110 1011110 101010

Color Harmonies of #CF5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5106

Black with #CF5106

Text Example


Text Example

White with #CF5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5106; }

 p { color: rgb(207,81,6); }

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

background-color css

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

 a { background-color: rgb(207,81,6); }

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

border-color css

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

 span { border-color: rgb(207,81,6); }

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