Html Css Color HEX #605704 Bronze Olive

📋 copy color: '#605704'

red 96 ◦ green 87 ◦ blue 4

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

Shades of Bronze Olive #605704

Tints of Bronze Olive #605704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.52%

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

R = 51.34%
G = 46.52%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#605704 (or 0x605704) is known color: Bronze Olive. HEX triplet: 60, 57 and 04. RGB value is (96,87,4). Sum of RGB (Red+Green+Blue) = 96+87+4=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #605704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605704 is #9FA8FB. Grayscale: #505050. Windows color (decimal): -10463484 or 284512. OLE color: 284512.

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

Color convert

RGB 96 87 4 -
CMYK 0 0.09 0.96 0.62
HSL 54.13º 0.92% 0.2% -
HSV(B) 54.13º 0.96% 0.38% -
XYZ 8.25 9.31 1.48 -
YUV 80.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 96 87 4 0 0.09 0.96 0.62 54.13 0.92 0.2
Hex 60 57 4 0 9 60 3E 36 5C 14
Octal 140 127 4 0 11 140 76 66 134 24
Binary 1100000 1010111 100 0 1001 1100000 111110 110110 1011100 10100

Color Harmonies of #605704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605704

Black with #605704

Text Example


Text Example

White with #605704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605704; }

 p { color: rgb(96,87,4); }

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

background-color css

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

 a { background-color: rgb(96,87,4); }

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

border-color css

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

 span { border-color: rgb(96,87,4); }

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