Html Css Color HEX #614C22 Bronze Olive

📋 copy color: '#614C22'

red 97 ◦ green 76 ◦ blue 34

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

Shades of Bronze Olive #614C22

Tints of Bronze Olive #614C22

RGB

 RED value IS 97 (38.28% from 255) = 46.86%

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

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 46.86%
G = 36.71%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#614C22 (or 0x614C22) is known color: Bronze Olive. HEX triplet: 61, 4C and 22. RGB value is (97,76,34). Sum of RGB (Red+Green+Blue) = 97+76+34=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #614C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C22 is #9EB3DD. Grayscale: #4D4D4D. Windows color (decimal): -10400734 or 2247777. OLE color: 2247777.

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

Color convert

RGB 97 76 34 -
CMYK 0 0.22 0.65 0.62
HSL 40º 0.48% 0.26% -
HSV(B) 40º 0.65% 0.38% -
XYZ 7.8 7.83 2.61 -
YUV 77.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 97 76 34 0 0.22 0.65 0.62 40 0.48 0.26
Hex 61 4C 22 0 16 41 3E 28 30 1A
Octal 141 114 42 0 26 101 76 50 60 32
Binary 1100001 1001100 100010 0 10110 1000001 111110 101000 110000 11010

Color Harmonies of #614C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C22

Black with #614C22

Text Example


Text Example

White with #614C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,34); }

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

background-color css

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

 a { background-color: rgb(97,76,34); }

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

border-color css

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

 span { border-color: rgb(97,76,34); }

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