Html Css Color HEX #CD6404 Tenne (Tawny)

📋 copy color: '#CD6404'

red 205 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #CD6404

Tints of Tenne (Tawny) #CD6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 66.34%
G = 32.36%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD6404 (or 0xCD6404) is known color: Tenne (Tawny). HEX triplet: CD, 64 and 04. RGB value is (205,100,4). Sum of RGB (Red+Green+Blue) = 205+100+4=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6404 is #329BFB. Grayscale: #787878. Windows color (decimal): -3316732 or 287949. OLE color: 287949.

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

Color convert

RGB 205 100 4 -
CMYK 0 0.51 0.98 0.20
HSL 28.66º 0.96% 0.41% -
HSV(B) 28.66º 0.98% 0.8% -
XYZ 29.76 22.1 2.81 -
YUV 120.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 205 100 4 0 0.51 0.98 0.20 28.66 0.96 0.41
Hex CD 64 4 0 33 62 14 1D 60 29
Octal 315 144 4 0 63 142 24 35 140 51
Binary 11001101 1100100 100 0 110011 1100010 10100 11101 1100000 101001

Color Harmonies of #CD6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6404

Black with #CD6404

Text Example


Text Example

White with #CD6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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