Html Css Color HEX #605801 Bronze Olive

📋 copy color: '#605801'

red 96 ◦ green 88 ◦ blue 1

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

Shades of Bronze Olive #605801

Tints of Bronze Olive #605801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 51.89%
G = 47.57%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#605801 (or 0x605801) is known color: Bronze Olive. HEX triplet: 60, 58 and 01. RGB value is (96,88,1). Sum of RGB (Red+Green+Blue) = 96+88+1=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #605801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605801 is #9FA7FE. Grayscale: #505050. Windows color (decimal): -10463231 or 88160. OLE color: 88160.

HSL color Cylindrical-coordinate representation of color #605801: hue angle of 54.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #605801 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 1 -
CMYK 0 0.08 0.99 0.62
HSL 54.95º 0.98% 0.19% -
HSV(B) 54.95º 0.99% 0.38% -
XYZ 8.32 9.47 1.42 -
YUV 80.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 96 88 1 0 0.08 0.99 0.62 54.95 0.98 0.19
Hex 60 58 1 0 8 63 3E 37 62 13
Octal 140 130 1 0 10 143 76 67 142 23
Binary 1100000 1011000 1 0 1000 1100011 111110 110111 1100010 10011

Color Harmonies of #605801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605801

Black with #605801

Text Example


Text Example

White with #605801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605801; }

 p { color: rgb(96,88,1); }

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

background-color css

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

 a { background-color: rgb(96,88,1); }

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

border-color css

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

 span { border-color: rgb(96,88,1); }

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