Html Css Color HEX #CF6706 Tenne (Tawny)

📋 copy color: '#CF6706'

red 207 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #CF6706

Tints of Tenne (Tawny) #CF6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 65.51%
G = 32.59%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF6706 (or 0xCF6706) is known color: Tenne (Tawny). HEX triplet: CF, 67 and 06. RGB value is (207,103,6). Sum of RGB (Red+Green+Blue) = 207+103+6=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6706 is #3098F9. Grayscale: #7B7B7B. Windows color (decimal): -3184890 or 419791. OLE color: 419791.

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

Color convert

RGB 207 103 6 -
CMYK 0 0.50 0.97 0.19
HSL 28.96º 0.94% 0.42% -
HSV(B) 28.96º 0.97% 0.81% -
XYZ 30.62 22.98 2.99 -
YUV 123.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 207 103 6 0 0.50 0.97 0.19 28.96 0.94 0.42
Hex CF 67 6 0 32 61 13 1D 5E 2A
Octal 317 147 6 0 62 141 23 35 136 52
Binary 11001111 1100111 110 0 110010 1100001 10011 11101 1011110 101010

Color Harmonies of #CF6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6706

Black with #CF6706

Text Example


Text Example

White with #CF6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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