Html Css Color HEX #675616 Bronze Olive

📋 copy color: '#675616'

red 103 ◦ green 86 ◦ blue 22

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

Shades of Bronze Olive #675616

Tints of Bronze Olive #675616

RGB

 RED value IS 103 (40.63% from 255) = 48.82%

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 48.82%
G = 40.76%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#675616 (or 0x675616) is known color: Bronze Olive. HEX triplet: 67, 56 and 16. RGB value is (103,86,22). Sum of RGB (Red+Green+Blue) = 103+86+22=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #675616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675616 is #98A9E9. Grayscale: #545454. Windows color (decimal): -10004970 or 1463911. OLE color: 1463911.

HSL color Cylindrical-coordinate representation of color #675616: hue angle of 47.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #675616 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 86 22 -
CMYK 0 0.17 0.79 0.60
HSL 47.41º 0.65% 0.25% -
HSV(B) 47.41º 0.79% 0.4% -
XYZ 9.07 9.6 2.13 -
YUV 83.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 103 86 22 0 0.17 0.79 0.60 47.41 0.65 0.25
Hex 67 56 16 0 11 4F 3C 2F 41 19
Octal 147 126 26 0 21 117 74 57 101 31
Binary 1100111 1010110 10110 0 10001 1001111 111100 101111 1000001 11001

Color Harmonies of #675616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675616

Black with #675616

Text Example


Text Example

White with #675616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675616; }

 p { color: rgb(103,86,22); }

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

background-color css

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

 a { background-color: rgb(103,86,22); }

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

border-color css

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

 span { border-color: rgb(103,86,22); }

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