Html Css Color HEX #6B625A Kabul

📋 copy color: '#6B625A'

red 107 ◦ green 98 ◦ blue 90

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

Shades of Kabul #6B625A

Tints of Kabul #6B625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 36.27%
G = 33.22%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B625A (or 0x6B625A) is known color: Kabul. HEX triplet: 6B, 62 and 5A. RGB value is (107,98,90). Sum of RGB (Red+Green+Blue) = 107+98+90=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B625A is #949DA5. Grayscale: #636363. Windows color (decimal): -9739686 or 5923435. OLE color: 5923435.

HSL color Cylindrical-coordinate representation of color #6B625A: hue angle of 28.24º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B625A is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 98 90 -
CMYK 0 0.08 0.16 0.58
HSL 28.24º 0.09% 0.39% -
HSV(B) 28.24º 0.16% 0.42% -
XYZ 12.28 12.6 11.46 -
YUV 99.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 107 98 90 0 0.08 0.16 0.58 28.24 0.09 0.39
Hex 6B 62 5A 0 8 10 3A 1C 9 27
Octal 153 142 132 0 10 20 72 34 11 47
Binary 1101011 1100010 1011010 0 1000 10000 111010 11100 1001 100111

Color Harmonies of #6B625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B625A

Black with #6B625A

Text Example


Text Example

White with #6B625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,98,90); }

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

background-color css

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

 a { background-color: rgb(107,98,90); }

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

border-color css

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

 span { border-color: rgb(107,98,90); }

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