Html Css Color HEX #614B1B Bronze Olive

📋 copy color: '#614B1B'

red 97 ◦ green 75 ◦ blue 27

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

Shades of Bronze Olive #614B1B

Tints of Bronze Olive #614B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.57%

R = 48.74%
G = 37.69%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#614B1B (or 0x614B1B) is known color: Bronze Olive. HEX triplet: 61, 4B and 1B. RGB value is (97,75,27). Sum of RGB (Red+Green+Blue) = 97+75+27=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B1B is #9EB4E4. Grayscale: #4C4C4C. Windows color (decimal): -10400997 or 1788769. OLE color: 1788769.

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

Color convert

RGB 97 75 27 -
CMYK 0 0.23 0.72 0.62
HSL 41.14º 0.56% 0.24% -
HSV(B) 41.14º 0.72% 0.38% -
XYZ 7.64 7.65 2.11 -
YUV 76.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 97 75 27 0 0.23 0.72 0.62 41.14 0.56 0.24
Hex 61 4B 1B 0 17 48 3E 29 38 18
Octal 141 113 33 0 27 110 76 51 70 30
Binary 1100001 1001011 11011 0 10111 1001000 111110 101001 111000 11000

Color Harmonies of #614B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B1B

Black with #614B1B

Text Example


Text Example

White with #614B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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