Html Css Color HEX #CD6C00 Tenne (Tawny)

📋 copy color: '#CD6C00'

red 205 ◦ green 108 ◦ blue 0

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

Shades of Tenne (Tawny) #CD6C00

Tints of Tenne (Tawny) #CD6C00

RGB

 RED value IS 205 (80.47% from 255) = 65.5%

 GREEN value IS 108 (42.58% from 255) = 34.5%

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

R = 65.5%
G = 34.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD6C00 (or 0xCD6C00) is known color: Tenne (Tawny). HEX triplet: CD, 6C and 00. RGB value is (205,108,0). Sum of RGB (Red+Green+Blue) = 205+108+0=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6C00 is #3293FF. Grayscale: #7D7D7D. Windows color (decimal): -3314688 or 27853. OLE color: 27853.

HSL color Cylindrical-coordinate representation of color #CD6C00: hue angle of 31.61º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD6C00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 108 0 -
CMYK 0 0.47 1 0.20
HSL 31.61º 1% 0.4% -
HSV(B) 31.61º 1% 0.8% -
XYZ 30.54 23.7 2.97 -
YUV 124.69 57.64 185.28 -
System Red Green Blue C M Y K H S L
Decimal 205 108 0 0 0.47 1 0.20 31.61 1 0.4
Hex CD 6C 0 0 2F 64 14 20 64 28
Octal 315 154 0 0 57 144 24 40 144 50
Binary 11001101 1101100 0 0 101111 1100100 10100 100000 1100100 101000

Color Harmonies of #CD6C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C00

Black with #CD6C00

Text Example


Text Example

White with #CD6C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C00; }

 p { color: rgb(205,108,0); }

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

background-color css

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

 a { background-color: rgb(205,108,0); }

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

border-color css

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

 span { border-color: rgb(205,108,0); }

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