Html Css Color HEX #653F1F Dark Brown

📋 copy color: '#653F1F'

red 101 ◦ green 63 ◦ blue 31

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

Shades of Dark Brown #653F1F

Tints of Dark Brown #653F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 32.31%

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 51.79%
G = 32.31%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#653F1F (or 0x653F1F) is known color: Dark Brown. HEX triplet: 65, 3F and 1F. RGB value is (101,63,31). Sum of RGB (Red+Green+Blue) = 101+63+31=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #653F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F1F is #9AC0E0. Grayscale: #464646. Windows color (decimal): -10141921 or 2047845. OLE color: 2047845.

HSL color Cylindrical-coordinate representation of color #653F1F: hue angle of 27.43º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653F1F is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 63 31 -
CMYK 0 0.38 0.69 0.60
HSL 27.43º 0.53% 0.26% -
HSV(B) 27.43º 0.69% 0.4% -
XYZ 7.39 6.42 2.15 -
YUV 70.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 101 63 31 0 0.38 0.69 0.60 27.43 0.53 0.26
Hex 65 3F 1F 0 26 45 3C 1B 35 1A
Octal 145 77 37 0 46 105 74 33 65 32
Binary 1100101 111111 11111 0 100110 1000101 111100 11011 110101 11010

Color Harmonies of #653F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653F1F

Black with #653F1F

Text Example


Text Example

White with #653F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653F1F; }

 p { color: rgb(101,63,31); }

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

background-color css

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

 a { background-color: rgb(101,63,31); }

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

border-color css

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

 span { border-color: rgb(101,63,31); }

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