Html Css Color HEX #CF6804 Tenne (Tawny)

📋 copy color: '#CF6804'

red 207 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #CF6804

Tints of Tenne (Tawny) #CF6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 65.71%
G = 33.02%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF6804 (or 0xCF6804) is known color: Tenne (Tawny). HEX triplet: CF, 68 and 04. RGB value is (207,104,4). Sum of RGB (Red+Green+Blue) = 207+104+4=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6804 is #3097FB. Grayscale: #7B7B7B. Windows color (decimal): -3184636 or 288975. OLE color: 288975.

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

Color convert

RGB 207 104 4 -
CMYK 0 0.50 0.98 0.19
HSL 29.56º 0.96% 0.41% -
HSV(B) 29.56º 0.98% 0.81% -
XYZ 30.7 23.17 2.97 -
YUV 123.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 207 104 4 0 0.50 0.98 0.19 29.56 0.96 0.41
Hex CF 68 4 0 32 62 13 1E 60 29
Octal 317 150 4 0 62 142 23 36 140 51
Binary 11001111 1101000 100 0 110010 1100010 10011 11110 1100000 101001

Color Harmonies of #CF6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6804

Black with #CF6804

Text Example


Text Example

White with #CF6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6804; }

 p { color: rgb(207,104,4); }

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

background-color css

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

 a { background-color: rgb(207,104,4); }

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

border-color css

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

 span { border-color: rgb(207,104,4); }

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