Html Css Color HEX #605405 Bronze Olive

📋 copy color: '#605405'

red 96 ◦ green 84 ◦ blue 5

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

Shades of Bronze Olive #605405

Tints of Bronze Olive #605405

RGB

 RED value IS 96 (37.89% from 255) = 51.89%

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 51.89%
G = 45.41%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#605405 (or 0x605405) is known color: Bronze Olive. HEX triplet: 60, 54 and 05. RGB value is (96,84,5). Sum of RGB (Red+Green+Blue) = 96+84+5=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #605405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605405 is #9FABFA. Grayscale: #4E4E4E. Windows color (decimal): -10464251 or 349280. OLE color: 349280.

HSL color Cylindrical-coordinate representation of color #605405: hue angle of 52.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #605405 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 84 5 -
CMYK 0 0.12 0.95 0.62
HSL 52.09º 0.9% 0.2% -
HSV(B) 52.09º 0.95% 0.38% -
XYZ 8.02 8.84 1.43 -
YUV 78.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 96 84 5 0 0.12 0.95 0.62 52.09 0.9 0.2
Hex 60 54 5 0 C 5F 3E 34 5A 14
Octal 140 124 5 0 14 137 76 64 132 24
Binary 1100000 1010100 101 0 1100 1011111 111110 110100 1011010 10100

Color Harmonies of #605405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605405

Black with #605405

Text Example


Text Example

White with #605405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605405; }

 p { color: rgb(96,84,5); }

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

background-color css

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

 a { background-color: rgb(96,84,5); }

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

border-color css

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

 span { border-color: rgb(96,84,5); }

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