Html Css Color HEX #CF6206 Tenne (Tawny)

📋 copy color: '#CF6206'

red 207 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #CF6206

Tints of Tenne (Tawny) #CF6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 66.56%
G = 31.51%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF6206 (or 0xCF6206) is known color: Tenne (Tawny). HEX triplet: CF, 62 and 06. RGB value is (207,98,6). Sum of RGB (Red+Green+Blue) = 207+98+6=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6206 is #309DF9. Grayscale: #787878. Windows color (decimal): -3186170 or 418511. OLE color: 418511.

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

Color convert

RGB 207 98 6 -
CMYK 0 0.53 0.97 0.19
HSL 27.46º 0.94% 0.42% -
HSV(B) 27.46º 0.97% 0.81% -
XYZ 30.13 22.01 2.83 -
YUV 120.1 63.61 189.98 -
System Red Green Blue C M Y K H S L
Decimal 207 98 6 0 0.53 0.97 0.19 27.46 0.94 0.42
Hex CF 62 6 0 35 61 13 1B 5E 2A
Octal 317 142 6 0 65 141 23 33 136 52
Binary 11001111 1100010 110 0 110101 1100001 10011 11011 1011110 101010

Color Harmonies of #CF6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6206

Black with #CF6206

Text Example


Text Example

White with #CF6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6206; }

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

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

background-color css

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

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

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

border-color css

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

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

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