Html Css Color HEX #6A5F54 Kabul

📋 copy color: '#6A5F54'

red 106 ◦ green 95 ◦ blue 84

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

Shades of Kabul #6A5F54

Tints of Kabul #6A5F54

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 37.19%
G = 33.33%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6A5F54 (or 0x6A5F54) is known color: Kabul. HEX triplet: 6A, 5F and 54. RGB value is (106,95,84). Sum of RGB (Red+Green+Blue) = 106+95+84=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F54 is #95A0AB. Grayscale: #616161. Windows color (decimal): -9805996 or 5529450. OLE color: 5529450.

HSL color Cylindrical-coordinate representation of color #6A5F54: hue angle of 30º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A5F54 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 95 84 -
CMYK 0 0.10 0.21 0.58
HSL 30º 0.12% 0.37% -
HSV(B) 30º 0.21% 0.42% -
XYZ 11.64 11.89 10.07 -
YUV 97.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 106 95 84 0 0.10 0.21 0.58 30 0.12 0.37
Hex 6A 5F 54 0 A 15 3A 1E C 25
Octal 152 137 124 0 12 25 72 36 14 45
Binary 1101010 1011111 1010100 0 1010 10101 111010 11110 1100 100101

Color Harmonies of #6A5F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5F54

Black with #6A5F54

Text Example


Text Example

White with #6A5F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A5F54; }

 p { color: rgb(106,95,84); }

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

background-color css

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

 a { background-color: rgb(106,95,84); }

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

border-color css

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

 span { border-color: rgb(106,95,84); }

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