Html Css Color HEX #67511B Bronze Olive

📋 copy color: '#67511B'

red 103 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #67511B

Tints of Bronze Olive #67511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

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

R = 48.82%
G = 38.39%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67511B (or 0x67511B) is known color: Bronze Olive. HEX triplet: 67, 51 and 1B. RGB value is (103,81,27). Sum of RGB (Red+Green+Blue) = 103+81+27=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #67511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67511B is #98AEE4. Grayscale: #515151. Windows color (decimal): -10006245 or 1790311. OLE color: 1790311.

HSL color Cylindrical-coordinate representation of color #67511B: hue angle of 42.63º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67511B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 81 27 -
CMYK 0 0.21 0.74 0.60
HSL 42.63º 0.58% 0.25% -
HSV(B) 42.63º 0.74% 0.4% -
XYZ 8.73 8.85 2.28 -
YUV 81.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 103 81 27 0 0.21 0.74 0.60 42.63 0.58 0.25
Hex 67 51 1B 0 15 4A 3C 2B 3A 19
Octal 147 121 33 0 25 112 74 53 72 31
Binary 1100111 1010001 11011 0 10101 1001010 111100 101011 111010 11001

Color Harmonies of #67511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67511B

Black with #67511B

Text Example


Text Example

White with #67511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67511B; }

 p { color: rgb(103,81,27); }

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

background-color css

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

 a { background-color: rgb(103,81,27); }

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

border-color css

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

 span { border-color: rgb(103,81,27); }

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