Html Css Color HEX #CD6A00 Tenne (Tawny)

📋 copy color: '#CD6A00'

red 205 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #CD6A00

Tints of Tenne (Tawny) #CD6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.08%

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

R = 65.92%
G = 34.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD6A00 (or 0xCD6A00) is known color: Tenne (Tawny). HEX triplet: CD, 6A and 00. RGB value is (205,106,0). Sum of RGB (Red+Green+Blue) = 205+106+0=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6A00 is #3295FF. Grayscale: #7C7C7C. Windows color (decimal): -3315200 or 27341. OLE color: 27341.

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

Color convert

RGB 205 106 0 -
CMYK 0 0.48 1 0.20
HSL 31.02º 1% 0.4% -
HSV(B) 31.02º 1% 0.8% -
XYZ 30.33 23.29 2.9 -
YUV 123.52 58.3 186.12 -
System Red Green Blue C M Y K H S L
Decimal 205 106 0 0 0.48 1 0.20 31.02 1 0.4
Hex CD 6A 0 0 30 64 14 1F 64 28
Octal 315 152 0 0 60 144 24 37 144 50
Binary 11001101 1101010 0 0 110000 1100100 10100 11111 1100100 101000

Color Harmonies of #CD6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A00

Black with #CD6A00

Text Example


Text Example

White with #CD6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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