Html Css Color HEX #454006 Madras

📋 copy color: '#454006'

red 69 ◦ green 64 ◦ blue 6

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

Shades of Madras #454006

Tints of Madras #454006

RGB

 RED value IS 69 (27.34% from 255) = 49.64%

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 49.64%
G = 46.04%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#454006 (or 0x454006) is known color: Madras. HEX triplet: 45, 40 and 06. RGB value is (69,64,6). Sum of RGB (Red+Green+Blue) = 69+64+6=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #454006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454006 is #BABFF9. Grayscale: #3B3B3B. Windows color (decimal): -12238842 or 409669. OLE color: 409669.

HSL color Cylindrical-coordinate representation of color #454006: hue angle of 55.24º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #454006 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 6 -
CMYK 0 0.07 0.91 0.73
HSL 55.24º 0.84% 0.15% -
HSV(B) 55.24º 0.91% 0.27% -
XYZ 4.32 4.95 0.9 -
YUV 58.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 69 64 6 0 0.07 0.91 0.73 55.24 0.84 0.15
Hex 45 40 6 0 7 5B 49 37 54 F
Octal 105 100 6 0 7 133 111 67 124 17
Binary 1000101 1000000 110 0 111 1011011 1001001 110111 1010100 1111

Color Harmonies of #454006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454006

Black with #454006

Text Example


Text Example

White with #454006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454006; }

 p { color: rgb(69,64,6); }

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

background-color css

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

 a { background-color: rgb(69,64,6); }

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

border-color css

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

 span { border-color: rgb(69,64,6); }

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