Html Css Color HEX #67521A Bronze Olive

📋 copy color: '#67521A'

red 103 ◦ green 82 ◦ blue 26

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

Shades of Bronze Olive #67521A

Tints of Bronze Olive #67521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 26 (10.55% from 255) = 12.32%

R = 48.82%
G = 38.86%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#67521A (or 0x67521A) is known color: Bronze Olive. HEX triplet: 67, 52 and 1A. RGB value is (103,82,26). Sum of RGB (Red+Green+Blue) = 103+82+26=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #67521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67521A is #98ADE5. Grayscale: #525252. Windows color (decimal): -10005990 or 1725031. OLE color: 1725031.

HSL color Cylindrical-coordinate representation of color #67521A: hue angle of 43.64º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67521A is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 82 26 -
CMYK 0 0.20 0.75 0.60
HSL 43.64º 0.6% 0.25% -
HSV(B) 43.64º 0.75% 0.4% -
XYZ 8.8 8.99 2.25 -
YUV 81.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 103 82 26 0 0.20 0.75 0.60 43.64 0.6 0.25
Hex 67 52 1A 0 14 4B 3C 2C 3C 19
Octal 147 122 32 0 24 113 74 54 74 31
Binary 1100111 1010010 11010 0 10100 1001011 111100 101100 111100 11001

Color Harmonies of #67521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67521A

Black with #67521A

Text Example


Text Example

White with #67521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67521A; }

 p { color: rgb(103,82,26); }

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

background-color css

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

 a { background-color: rgb(103,82,26); }

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

border-color css

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

 span { border-color: rgb(103,82,26); }

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