Html Css Color HEX #CF6700 Tenne (Tawny)

📋 copy color: '#CF6700'

red 207 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #CF6700

Tints of Tenne (Tawny) #CF6700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.77%
G = 33.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF6700 (or 0xCF6700) is known color: Tenne (Tawny). HEX triplet: CF, 67 and 00. RGB value is (207,103,0). Sum of RGB (Red+Green+Blue) = 207+103+0=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6700 is #3098FF. Grayscale: #7A7A7A. Windows color (decimal): -3184896 or 26575. OLE color: 26575.

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

Color convert

RGB 207 103 0 -
CMYK 0 0.50 1 0.19
HSL 29.86º 1% 0.41% -
HSV(B) 29.86º 1% 0.81% -
XYZ 30.58 22.97 2.82 -
YUV 122.35 58.96 188.38 -
System Red Green Blue C M Y K H S L
Decimal 207 103 0 0 0.50 1 0.19 29.86 1 0.41
Hex CF 67 0 0 32 64 13 1E 64 29
Octal 317 147 0 0 62 144 23 36 144 51
Binary 11001111 1100111 0 0 110010 1100100 10011 11110 1100100 101001

Color Harmonies of #CF6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6700

Black with #CF6700

Text Example


Text Example

White with #CF6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6700; }

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

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

background-color css

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

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

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

border-color css

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

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

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