Html Css Color HEX #A68375 Hemp

📋 copy color: '#A68375'

red 166 ◦ green 131 ◦ blue 117

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

Shades of Hemp #A68375

Tints of Hemp #A68375

RGB

 RED value IS 166 (65.23% from 255) = 40.1%

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 40.1%
G = 31.64%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A68375 (or 0xA68375) is known color: Hemp. HEX triplet: A6, 83 and 75. RGB value is (166,131,117). Sum of RGB (Red+Green+Blue) = 166+131+117=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68375 is #597C8A. Grayscale: #8B8B8B. Windows color (decimal): -5864587 or 7701414. OLE color: 7701414.

HSL color Cylindrical-coordinate representation of color #A68375: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68375 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 117 -
CMYK 0 0.21 0.30 0.35
HSL 17.14º 0.22% 0.55% -
HSV(B) 17.14º 0.3% 0.65% -
XYZ 27.05 25.62 20.35 -
YUV 139.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 166 131 117 0 0.21 0.30 0.35 17.14 0.22 0.55
Hex A6 83 75 0 15 1E 23 11 16 37
Octal 246 203 165 0 25 36 43 21 26 67
Binary 10100110 10000011 1110101 0 10101 11110 100011 10001 10110 110111

Color Harmonies of #A68375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68375

Black with #A68375

Text Example


Text Example

White with #A68375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68375; }

 p { color: rgb(166,131,117); }

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

background-color css

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

 a { background-color: rgb(166,131,117); }

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

border-color css

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

 span { border-color: rgb(166,131,117); }

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