Html Css Color HEX #604F0C Bronze Olive

📋 copy color: '#604F0C'

red 96 ◦ green 79 ◦ blue 12

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

Shades of Bronze Olive #604F0C

Tints of Bronze Olive #604F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 51.34%
G = 42.25%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#604F0C (or 0x604F0C) is known color: Bronze Olive. HEX triplet: 60, 4F and 0C. RGB value is (96,79,12). Sum of RGB (Red+Green+Blue) = 96+79+12=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F0C is #9FB0F3. Grayscale: #4C4C4C. Windows color (decimal): -10465524 or 806752. OLE color: 806752.

HSL color Cylindrical-coordinate representation of color #604F0C: hue angle of 47.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #604F0C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 79 12 -
CMYK 0 0.18 0.88 0.62
HSL 47.86º 0.78% 0.21% -
HSV(B) 47.86º 0.88% 0.38% -
XYZ 7.69 8.11 1.51 -
YUV 76.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 96 79 12 0 0.18 0.88 0.62 47.86 0.78 0.21
Hex 60 4F C 0 12 58 3E 30 4E 15
Octal 140 117 14 0 22 130 76 60 116 25
Binary 1100000 1001111 1100 0 10010 1011000 111110 110000 1001110 10101

Color Harmonies of #604F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F0C

Black with #604F0C

Text Example


Text Example

White with #604F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,79,12); }

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

background-color css

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

 a { background-color: rgb(96,79,12); }

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

border-color css

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

 span { border-color: rgb(96,79,12); }

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