Html Css Color HEX #64551B Bronze Olive

📋 copy color: '#64551B'

red 100 ◦ green 85 ◦ blue 27

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

Shades of Bronze Olive #64551B

Tints of Bronze Olive #64551B

RGB

 RED value IS 100 (39.45% from 255) = 47.17%

 GREEN value IS 85 (33.59% from 255) = 40.09%

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

R = 47.17%
G = 40.09%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64551B (or 0x64551B) is known color: Bronze Olive. HEX triplet: 64, 55 and 1B. RGB value is (100,85,27). Sum of RGB (Red+Green+Blue) = 100+85+27=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64551B is #9BAAE4. Grayscale: #535353. Windows color (decimal): -10201829 or 1791332. OLE color: 1791332.

HSL color Cylindrical-coordinate representation of color #64551B: hue angle of 47.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64551B is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 85 27 -
CMYK 0 0.15 0.73 0.61
HSL 47.67º 0.57% 0.25% -
HSV(B) 47.67º 0.73% 0.39% -
XYZ 8.7 9.29 2.37 -
YUV 82.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 100 85 27 0 0.15 0.73 0.61 47.67 0.57 0.25
Hex 64 55 1B 0 F 49 3D 30 39 19
Octal 144 125 33 0 17 111 75 60 71 31
Binary 1100100 1010101 11011 0 1111 1001001 111101 110000 111001 11001

Color Harmonies of #64551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64551B

Black with #64551B

Text Example


Text Example

White with #64551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,85,27); }

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

background-color css

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

 a { background-color: rgb(100,85,27); }

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

border-color css

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

 span { border-color: rgb(100,85,27); }

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