Html Css Color HEX #664123 Dark Brown

📋 copy color: '#664123'

red 102 ◦ green 65 ◦ blue 35

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

Shades of Dark Brown #664123

Tints of Dark Brown #664123

RGB

 RED value IS 102 (40.23% from 255) = 50.5%

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 50.5%
G = 32.18%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#664123 (or 0x664123) is known color: Dark Brown. HEX triplet: 66, 41 and 23. RGB value is (102,65,35). Sum of RGB (Red+Green+Blue) = 102+65+35=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #664123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664123 is #99BEDC. Grayscale: #484848. Windows color (decimal): -10075869 or 2310502. OLE color: 2310502.

HSL color Cylindrical-coordinate representation of color #664123: hue angle of 26.87º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664123 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 35 -
CMYK 0 0.36 0.66 0.6
HSL 26.87º 0.49% 0.27% -
HSV(B) 26.87º 0.66% 0.4% -
XYZ 7.67 6.73 2.48 -
YUV 72.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 102 65 35 0 0.36 0.66 0.6 26.87 0.49 0.27
Hex 66 41 23 0 24 42 3C 1B 31 1B
Octal 146 101 43 0 44 102 74 33 61 33
Binary 1100110 1000001 100011 0 100100 1000010 111100 11011 110001 11011

Color Harmonies of #664123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664123

Black with #664123

Text Example


Text Example

White with #664123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664123; }

 p { color: rgb(102,65,35); }

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

background-color css

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

 a { background-color: rgb(102,65,35); }

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

border-color css

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

 span { border-color: rgb(102,65,35); }

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