Html Css Color HEX #6B5D52 Kabul

📋 copy color: '#6B5D52'

red 107 ◦ green 93 ◦ blue 82

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

Shades of Kabul #6B5D52

Tints of Kabul #6B5D52

RGB

 RED value IS 107 (42.19% from 255) = 37.94%

 GREEN value IS 93 (36.72% from 255) = 32.98%

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 37.94%
G = 32.98%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B5D52 (or 0x6B5D52) is known color: Kabul. HEX triplet: 6B, 5D and 52. RGB value is (107,93,82). Sum of RGB (Red+Green+Blue) = 107+93+82=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D52 is #94A2AD. Grayscale: #5F5F5F. Windows color (decimal): -9740974 or 5397867. OLE color: 5397867.

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

Color convert

RGB 107 93 82 -
CMYK 0 0.13 0.23 0.58
HSL 26.4º 0.13% 0.37% -
HSV(B) 26.4º 0.23% 0.42% -
XYZ 11.5 11.56 9.61 -
YUV 95.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 107 93 82 0 0.13 0.23 0.58 26.4 0.13 0.37
Hex 6B 5D 52 0 D 17 3A 1A D 25
Octal 153 135 122 0 15 27 72 32 15 45
Binary 1101011 1011101 1010010 0 1101 10111 111010 11010 1101 100101

Color Harmonies of #6B5D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5D52

Black with #6B5D52

Text Example


Text Example

White with #6B5D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,82); }

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

background-color css

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

 a { background-color: rgb(107,93,82); }

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

border-color css

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

 span { border-color: rgb(107,93,82); }

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