Html Css Color HEX #CF6608 Tenne (Tawny)

📋 copy color: '#CF6608'

red 207 ◦ green 102 ◦ blue 8

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

Shades of Tenne (Tawny) #CF6608

Tints of Tenne (Tawny) #CF6608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 65.3%
G = 32.18%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6608 (or 0xCF6608) is known color: Tenne (Tawny). HEX triplet: CF, 66 and 08. RGB value is (207,102,8). Sum of RGB (Red+Green+Blue) = 207+102+8=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6608 is #3099F7. Grayscale: #7B7B7B. Windows color (decimal): -3185144 or 550607. OLE color: 550607.

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

Color convert

RGB 207 102 8 -
CMYK 0 0.51 0.96 0.19
HSL 28.34º 0.93% 0.42% -
HSV(B) 28.34º 0.96% 0.81% -
XYZ 30.53 22.79 3.02 -
YUV 122.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 207 102 8 0 0.51 0.96 0.19 28.34 0.93 0.42
Hex CF 66 8 0 33 60 13 1C 5D 2A
Octal 317 146 10 0 63 140 23 34 135 52
Binary 11001111 1100110 1000 0 110011 1100000 10011 11100 1011101 101010

Color Harmonies of #CF6608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6608

Black with #CF6608

Text Example


Text Example

White with #CF6608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6608; }

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

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

background-color css

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

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

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

border-color css

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

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

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