Html Css Color HEX #604C26 Bronze Olive

📋 copy color: '#604C26'

red 96 ◦ green 76 ◦ blue 38

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

Shades of Bronze Olive #604C26

Tints of Bronze Olive #604C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 45.71%
G = 36.19%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#604C26 (or 0x604C26) is known color: Bronze Olive. HEX triplet: 60, 4C and 26. RGB value is (96,76,38). Sum of RGB (Red+Green+Blue) = 96+76+38=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C26 is #9FB3D9. Grayscale: #4D4D4D. Windows color (decimal): -10466266 or 2509920. OLE color: 2509920.

HSL color Cylindrical-coordinate representation of color #604C26: hue angle of 39.31º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604C26 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 38 -
CMYK 0 0.21 0.60 0.62
HSL 39.31º 0.43% 0.26% -
HSV(B) 39.31º 0.6% 0.38% -
XYZ 7.76 7.8 2.93 -
YUV 77.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 96 76 38 0 0.21 0.60 0.62 39.31 0.43 0.26
Hex 60 4C 26 0 15 3C 3E 27 2B 1A
Octal 140 114 46 0 25 74 76 47 53 32
Binary 1100000 1001100 100110 0 10101 111100 111110 100111 101011 11010

Color Harmonies of #604C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C26

Black with #604C26

Text Example


Text Example

White with #604C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C26; }

 p { color: rgb(96,76,38); }

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

background-color css

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

 a { background-color: rgb(96,76,38); }

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

border-color css

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

 span { border-color: rgb(96,76,38); }

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