Html Css Color HEX #CD6E04 Tenne (Tawny)

📋 copy color: '#CD6E04'

red 205 ◦ green 110 ◦ blue 4

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

Shades of Tenne (Tawny) #CD6E04

Tints of Tenne (Tawny) #CD6E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 64.26%
G = 34.48%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD6E04 (or 0xCD6E04) is known color: Tenne (Tawny). HEX triplet: CD, 6E and 04. RGB value is (205,110,4). Sum of RGB (Red+Green+Blue) = 205+110+4=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6E04 is #3291FB. Grayscale: #7E7E7E. Windows color (decimal): -3314172 or 290509. OLE color: 290509.

HSL color Cylindrical-coordinate representation of color #CD6E04: hue angle of 31.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD6E04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 110 4 -
CMYK 0 0.46 0.98 0.20
HSL 31.64º 0.96% 0.41% -
HSV(B) 31.64º 0.98% 0.8% -
XYZ 30.77 24.14 3.15 -
YUV 126.32 58.97 184.12 -
System Red Green Blue C M Y K H S L
Decimal 205 110 4 0 0.46 0.98 0.20 31.64 0.96 0.41
Hex CD 6E 4 0 2E 62 14 20 60 29
Octal 315 156 4 0 56 142 24 40 140 51
Binary 11001101 1101110 100 0 101110 1100010 10100 100000 1100000 101001

Color Harmonies of #CD6E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E04

Black with #CD6E04

Text Example


Text Example

White with #CD6E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E04; }

 p { color: rgb(205,110,4); }

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

background-color css

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

 a { background-color: rgb(205,110,4); }

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

border-color css

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

 span { border-color: rgb(205,110,4); }

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