Html Css Color HEX #CF5706 Tenne (Tawny)

📋 copy color: '#CF5706'

red 207 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #CF5706

Tints of Tenne (Tawny) #CF5706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 69%
G = 29%
B = 2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF5706 (or 0xCF5706) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 06. RGB value is (207,87,6). Sum of RGB (Red+Green+Blue) = 207+87+6=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5706 is #30A8F9. Grayscale: #727272. Windows color (decimal): -3188986 or 415695. OLE color: 415695.

HSL color Cylindrical-coordinate representation of color #CF5706: hue angle of 24.18º 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 #CF5706 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 6 -
CMYK 0 0.58 0.97 0.19
HSL 24.18º 0.94% 0.42% -
HSV(B) 24.18º 0.97% 0.81% -
XYZ 29.17 20.09 2.51 -
YUV 113.65 67.26 194.59 -
System Red Green Blue C M Y K H S L
Decimal 207 87 6 0 0.58 0.97 0.19 24.18 0.94 0.42
Hex CF 57 6 0 3A 61 13 18 5E 2A
Octal 317 127 6 0 72 141 23 30 136 52
Binary 11001111 1010111 110 0 111010 1100001 10011 11000 1011110 101010

Color Harmonies of #CF5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5706

Black with #CF5706

Text Example


Text Example

White with #CF5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5706; }

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

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

background-color css

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

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

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

border-color css

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

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

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