Html Css Color HEX #CF6605 Tenne (Tawny)

📋 copy color: '#CF6605'

red 207 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #CF6605

Tints of Tenne (Tawny) #CF6605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 65.92%
G = 32.48%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF6605 (or 0xCF6605) is known color: Tenne (Tawny). HEX triplet: CF, 66 and 05. RGB value is (207,102,5). Sum of RGB (Red+Green+Blue) = 207+102+5=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6605 is #3099FA. Grayscale: #7A7A7A. Windows color (decimal): -3185147 or 353999. OLE color: 353999.

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

Color convert

RGB 207 102 5 -
CMYK 0 0.51 0.98 0.19
HSL 28.81º 0.95% 0.42% -
HSV(B) 28.81º 0.98% 0.81% -
XYZ 30.51 22.78 2.93 -
YUV 122.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 207 102 5 0 0.51 0.98 0.19 28.81 0.95 0.42
Hex CF 66 5 0 33 62 13 1D 5F 2A
Octal 317 146 5 0 63 142 23 35 137 52
Binary 11001111 1100110 101 0 110011 1100010 10011 11101 1011111 101010

Color Harmonies of #CF6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6605

Black with #CF6605

Text Example


Text Example

White with #CF6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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