Html Css Color HEX #CF6D00 Tenne (Tawny)

📋 copy color: '#CF6D00'

red 207 ◦ green 109 ◦ blue 0

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

Shades of Tenne (Tawny) #CF6D00

Tints of Tenne (Tawny) #CF6D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 65.51%
G = 34.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF6D00 (or 0xCF6D00) is known color: Tenne (Tawny). HEX triplet: CF, 6D and 00. RGB value is (207,109,0). Sum of RGB (Red+Green+Blue) = 207+109+0=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D00 is #3092FF. Grayscale: #7E7E7E. Windows color (decimal): -3183360 or 28111. OLE color: 28111.

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

Color convert

RGB 207 109 0 -
CMYK 0 0.47 1 0.19
HSL 31.59º 1% 0.41% -
HSV(B) 31.59º 1% 0.81% -
XYZ 31.2 24.2 3.03 -
YUV 125.88 56.97 185.86 -
System Red Green Blue C M Y K H S L
Decimal 207 109 0 0 0.47 1 0.19 31.59 1 0.41
Hex CF 6D 0 0 2F 64 13 20 64 29
Octal 317 155 0 0 57 144 23 40 144 51
Binary 11001111 1101101 0 0 101111 1100100 10011 100000 1100100 101001

Color Harmonies of #CF6D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D00

Black with #CF6D00

Text Example


Text Example

White with #CF6D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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