Html Css Color HEX #644B1B Antique Brass

📋 copy color: '#644B1B'

red 100 ◦ green 75 ◦ blue 27

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

Shades of Antique Brass #644B1B

Tints of Antique Brass #644B1B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

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

R = 49.5%
G = 37.13%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#644B1B (or 0x644B1B) is known color: Antique Brass. HEX triplet: 64, 4B and 1B. RGB value is (100,75,27). Sum of RGB (Red+Green+Blue) = 100+75+27=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #644B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B1B is #9BB4E4. Grayscale: #4D4D4D. Windows color (decimal): -10204389 or 1788772. OLE color: 1788772.

HSL color Cylindrical-coordinate representation of color #644B1B: hue angle of 39.45º 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 #644B1B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 75 27 -
CMYK 0 0.25 0.73 0.61
HSL 39.45º 0.57% 0.25% -
HSV(B) 39.45º 0.73% 0.39% -
XYZ 7.97 7.82 2.13 -
YUV 77 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 100 75 27 0 0.25 0.73 0.61 39.45 0.57 0.25
Hex 64 4B 1B 0 19 49 3D 27 39 19
Octal 144 113 33 0 31 111 75 47 71 31
Binary 1100100 1001011 11011 0 11001 1001001 111101 100111 111001 11001

Color Harmonies of #644B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644B1B

Black with #644B1B

Text Example


Text Example

White with #644B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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