Html Css Color HEX #CF6408 Tenne (Tawny)

📋 copy color: '#CF6408'

red 207 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #CF6408

Tints of Tenne (Tawny) #CF6408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 65.71%
G = 31.75%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6408 (or 0xCF6408) is known color: Tenne (Tawny). HEX triplet: CF, 64 and 08. RGB value is (207,100,8). Sum of RGB (Red+Green+Blue) = 207+100+8=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6408 is #309BF7. Grayscale: #797979. Windows color (decimal): -3185656 or 550095. OLE color: 550095.

HSL color Cylindrical-coordinate representation of color #CF6408: hue angle of 27.74º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF6408 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 8 -
CMYK 0 0.52 0.96 0.19
HSL 27.74º 0.93% 0.42% -
HSV(B) 27.74º 0.96% 0.81% -
XYZ 30.33 22.4 2.95 -
YUV 121.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 207 100 8 0 0.52 0.96 0.19 27.74 0.93 0.42
Hex CF 64 8 0 34 60 13 1C 5D 2A
Octal 317 144 10 0 64 140 23 34 135 52
Binary 11001111 1100100 1000 0 110100 1100000 10011 11100 1011101 101010

Color Harmonies of #CF6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6408

Black with #CF6408

Text Example


Text Example

White with #CF6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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