Html Css Color HEX #554606 Bronze Olive

📋 copy color: '#554606'

red 85 ◦ green 70 ◦ blue 6

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

Shades of Bronze Olive #554606

Tints of Bronze Olive #554606

RGB

 RED value IS 85 (33.59% from 255) = 52.8%

 GREEN value IS 70 (27.73% from 255) = 43.48%

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

R = 52.8%
G = 43.48%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#554606 (or 0x554606) is known color: Bronze Olive. HEX triplet: 55, 46 and 06. RGB value is (85,70,6). Sum of RGB (Red+Green+Blue) = 85+70+6=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554606 is #AAB9F9. Grayscale: #434343. Windows color (decimal): -11188730 or 411221. OLE color: 411221.

HSL color Cylindrical-coordinate representation of color #554606: hue angle of 48.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #554606 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 6 -
CMYK 0 0.18 0.93 0.67
HSL 48.61º 0.87% 0.18% -
HSV(B) 48.61º 0.93% 0.33% -
XYZ 5.97 6.32 1.08 -
YUV 67.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 85 70 6 0 0.18 0.93 0.67 48.61 0.87 0.18
Hex 55 46 6 0 12 5D 43 31 57 12
Octal 125 106 6 0 22 135 103 61 127 22
Binary 1010101 1000110 110 0 10010 1011101 1000011 110001 1010111 10010

Color Harmonies of #554606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554606

Black with #554606

Text Example


Text Example

White with #554606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554606; }

 p { color: rgb(85,70,6); }

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

background-color css

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

 a { background-color: rgb(85,70,6); }

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

border-color css

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

 span { border-color: rgb(85,70,6); }

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