Html Css Color HEX #675318 Bronze Olive

📋 copy color: '#675318'

red 103 ◦ green 83 ◦ blue 24

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

Shades of Bronze Olive #675318

Tints of Bronze Olive #675318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 24 (9.77% from 255) = 11.43%

R = 49.05%
G = 39.52%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#675318 (or 0x675318) is known color: Bronze Olive. HEX triplet: 67, 53 and 18. RGB value is (103,83,24). Sum of RGB (Red+Green+Blue) = 103+83+24=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #675318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675318 is #98ACE7. Grayscale: #525252. Windows color (decimal): -10005736 or 1594215. OLE color: 1594215.

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

Color convert

RGB 103 83 24 -
CMYK 0 0.19 0.77 0.60
HSL 44.81º 0.62% 0.25% -
HSV(B) 44.81º 0.77% 0.4% -
XYZ 8.85 9.14 2.16 -
YUV 82.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 103 83 24 0 0.19 0.77 0.60 44.81 0.62 0.25
Hex 67 53 18 0 13 4D 3C 2D 3E 19
Octal 147 123 30 0 23 115 74 55 76 31
Binary 1100111 1010011 11000 0 10011 1001101 111100 101101 111110 11001

Color Harmonies of #675318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675318

Black with #675318

Text Example


Text Example

White with #675318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675318; }

 p { color: rgb(103,83,24); }

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

background-color css

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

 a { background-color: rgb(103,83,24); }

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

border-color css

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

 span { border-color: rgb(103,83,24); }

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