Html Css Color HEX #654012 Dark Brown

📋 copy color: '#654012'

red 101 ◦ green 64 ◦ blue 18

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

Shades of Dark Brown #654012

Tints of Dark Brown #654012

RGB

 RED value IS 101 (39.84% from 255) = 55.19%

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 55.19%
G = 34.97%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#654012 (or 0x654012) is known color: Dark Brown. HEX triplet: 65, 40 and 12. RGB value is (101,64,18). Sum of RGB (Red+Green+Blue) = 101+64+18=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #654012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654012 is #9ABFED. Grayscale: #464646. Windows color (decimal): -10141678 or 1196133. OLE color: 1196133.

HSL color Cylindrical-coordinate representation of color #654012: hue angle of 33.25º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #654012 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 64 18 -
CMYK 0 0.37 0.82 0.60
HSL 33.25º 0.7% 0.23% -
HSV(B) 33.25º 0.82% 0.4% -
XYZ 7.31 6.48 1.44 -
YUV 69.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 101 64 18 0 0.37 0.82 0.60 33.25 0.7 0.23
Hex 65 40 12 0 25 52 3C 21 46 17
Octal 145 100 22 0 45 122 74 41 106 27
Binary 1100101 1000000 10010 0 100101 1010010 111100 100001 1000110 10111

Color Harmonies of #654012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654012

Black with #654012

Text Example


Text Example

White with #654012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654012; }

 p { color: rgb(101,64,18); }

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

background-color css

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

 a { background-color: rgb(101,64,18); }

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

border-color css

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

 span { border-color: rgb(101,64,18); }

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