#614B23

Color #614B23 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #614B23

Tints of Bronze Olive #614B23

Color information

#614B23 (or 0x614B23) is unknown color: approx Bronze Olive. HEX triplet: 61, 4B and 23. RGB value is (97,75,35). Sum of RGB (Red+Green+Blue) = 97+75+35=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #614B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B23 is #9EB4DC. Grayscale: #4D4D4D. Windows color (decimal): -10400989 or 2313057. OLE color: 2313057.

HSL color Cylindrical-coordinate representation of color #614B23: hue angle of 38.71º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614B23 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB977535-
CMYK00.230.640.62
HSL38.71º46.97%25.88%-
HSV(B)38.71º63.92%38.04%-
XYZ7.757.692.67-
YUV77.02104.29142.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=46.86%
G=36.23%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97753500.230.640.6238.7146.9725.88
Hex614B23017403E272f1a
Octal1411134302710076475732
Binary11000011001011100011010111100000011111010011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614B23; }

 p { color: rgb(97,75,35); }

 H1.HeaderClassName
 {
   color: #614B23;
 }
 .AnyTagClassName
 {
   color: #614B23;
 }
</style>
background-color css

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

 a { background-color: rgb(97,75,35); }

 div.DivClassName
 {
   background-color: #614B23;
 }
 .BgClassName
 {
   background-color: #614B23;
 }
</style>
border-color css

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

 span { border-color: rgb(97,75,35); }

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