Html Css Color HEX #614B13 Bronze Olive

📋 copy color: '#614B13'

red 97 ◦ green 75 ◦ blue 19

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

Shades of Bronze Olive #614B13

Tints of Bronze Olive #614B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.27%

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 50.79%
G = 39.27%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#614B13 (or 0x614B13) is known color: Bronze Olive. HEX triplet: 61, 4B and 13. RGB value is (97,75,19). Sum of RGB (Red+Green+Blue) = 97+75+19=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B13 is #9EB4EC. Grayscale: #4B4B4B. Windows color (decimal): -10401005 or 1264481. OLE color: 1264481.

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

Color convert

RGB 97 75 19 -
CMYK 0 0.23 0.80 0.62
HSL 43.08º 0.67% 0.23% -
HSV(B) 43.08º 0.8% 0.38% -
XYZ 7.56 7.62 1.69 -
YUV 75.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 97 75 19 0 0.23 0.80 0.62 43.08 0.67 0.23
Hex 61 4B 13 0 17 50 3E 2B 43 17
Octal 141 113 23 0 27 120 76 53 103 27
Binary 1100001 1001011 10011 0 10111 1010000 111110 101011 1000011 10111

Color Harmonies of #614B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B13

Black with #614B13

Text Example


Text Example

White with #614B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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