Html Css Color HEX #CF6406 Tenne (Tawny)

📋 copy color: '#CF6406'

red 207 ◦ green 100 ◦ blue 6

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

Shades of Tenne (Tawny) #CF6406

Tints of Tenne (Tawny) #CF6406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 66.13%
G = 31.95%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF6406 (or 0xCF6406) is known color: Tenne (Tawny). HEX triplet: CF, 64 and 06. RGB value is (207,100,6). Sum of RGB (Red+Green+Blue) = 207+100+6=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6406 is #309BF9. Grayscale: #797979. Windows color (decimal): -3185658 or 419023. OLE color: 419023.

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

Color convert

RGB 207 100 6 -
CMYK 0 0.52 0.97 0.19
HSL 28.06º 0.94% 0.42% -
HSV(B) 28.06º 0.97% 0.81% -
XYZ 30.32 22.39 2.9 -
YUV 121.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 207 100 6 0 0.52 0.97 0.19 28.06 0.94 0.42
Hex CF 64 6 0 34 61 13 1C 5E 2A
Octal 317 144 6 0 64 141 23 34 136 52
Binary 11001111 1100100 110 0 110100 1100001 10011 11100 1011110 101010

Color Harmonies of #CF6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6406

Black with #CF6406

Text Example


Text Example

White with #CF6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6406; }

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

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

background-color css

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

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

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

border-color css

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

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

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