Html Css Color HEX #CF6701 Tenne (Tawny)

📋 copy color: '#CF6701'

red 207 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #CF6701

Tints of Tenne (Tawny) #CF6701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 66.56%
G = 33.12%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6701 (or 0xCF6701) is known color: Tenne (Tawny). HEX triplet: CF, 67 and 01. RGB value is (207,103,1). Sum of RGB (Red+Green+Blue) = 207+103+1=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6701 is #3098FE. Grayscale: #7A7A7A. Windows color (decimal): -3184895 or 92111. OLE color: 92111.

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

Color convert

RGB 207 103 1 -
CMYK 0 0.50 1.00 0.19
HSL 29.71º 0.99% 0.41% -
HSV(B) 29.71º 1% 0.81% -
XYZ 30.59 22.97 2.85 -
YUV 122.47 59.46 188.29 -
System Red Green Blue C M Y K H S L
Decimal 207 103 1 0 0.50 1.00 0.19 29.71 0.99 0.41
Hex CF 67 1 0 32 64 13 1E 63 29
Octal 317 147 1 0 62 144 23 36 143 51
Binary 11001111 1100111 1 0 110010 1100100 10011 11110 1100011 101001

Color Harmonies of #CF6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6701

Black with #CF6701

Text Example


Text Example

White with #CF6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6701; }

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

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

background-color css

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

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

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

border-color css

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

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

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