Html Css Color HEX #CF4606 Tenne (Tawny)

📋 copy color: '#CF4606'

red 207 ◦ green 70 ◦ blue 6

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

Shades of Tenne (Tawny) #CF4606

Tints of Tenne (Tawny) #CF4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

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

R = 73.14%
G = 24.73%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4606 (or 0xCF4606) is known color: Tenne (Tawny). HEX triplet: CF, 46 and 06. RGB value is (207,70,6). Sum of RGB (Red+Green+Blue) = 207+70+6=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4606 is #30B9F9. Grayscale: #686868. Windows color (decimal): -3193338 or 411343. OLE color: 411343.

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

Color convert

RGB 207 70 6 -
CMYK 0 0.66 0.97 0.19
HSL 19.1º 0.94% 0.42% -
HSV(B) 19.1º 0.97% 0.81% -
XYZ 27.96 17.66 2.11 -
YUV 103.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 207 70 6 0 0.66 0.97 0.19 19.1 0.94 0.42
Hex CF 46 6 0 42 61 13 13 5E 2A
Octal 317 106 6 0 102 141 23 23 136 52
Binary 11001111 1000110 110 0 1000010 1100001 10011 10011 1011110 101010

Color Harmonies of #CF4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4606

Black with #CF4606

Text Example


Text Example

White with #CF4606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4606; }

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

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

background-color css

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

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

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

border-color css

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

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

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