Html Css Color HEX #6B5E52 Kabul

📋 copy color: '#6B5E52'

red 107 ◦ green 94 ◦ blue 82

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

Shades of Kabul #6B5E52

Tints of Kabul #6B5E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

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

R = 37.81%
G = 33.22%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B5E52 (or 0x6B5E52) is known color: Kabul. HEX triplet: 6B, 5E and 52. RGB value is (107,94,82). Sum of RGB (Red+Green+Blue) = 107+94+82=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E52 is #94A1AD. Grayscale: #606060. Windows color (decimal): -9740718 or 5398123. OLE color: 5398123.

HSL color Cylindrical-coordinate representation of color #6B5E52: hue angle of 28.8º 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 #6B5E52 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 94 82 -
CMYK 0 0.12 0.23 0.58
HSL 28.8º 0.13% 0.37% -
HSV(B) 28.8º 0.23% 0.42% -
XYZ 11.59 11.74 9.64 -
YUV 96.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 107 94 82 0 0.12 0.23 0.58 28.8 0.13 0.37
Hex 6B 5E 52 0 C 17 3A 1D D 25
Octal 153 136 122 0 14 27 72 35 15 45
Binary 1101011 1011110 1010010 0 1100 10111 111010 11101 1101 100101

Color Harmonies of #6B5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E52

Black with #6B5E52

Text Example


Text Example

White with #6B5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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