Html Css Color HEX #6B635A Kabul

📋 copy color: '#6B635A'

red 107 ◦ green 99 ◦ blue 90

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

Shades of Kabul #6B635A

Tints of Kabul #6B635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 36.15%
G = 33.45%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B635A (or 0x6B635A) is known color: Kabul. HEX triplet: 6B, 63 and 5A. RGB value is (107,99,90). Sum of RGB (Red+Green+Blue) = 107+99+90=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B635A is #949CA5. Grayscale: #646464. Windows color (decimal): -9739430 or 5923691. OLE color: 5923691.

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

Color convert

RGB 107 99 90 -
CMYK 0 0.07 0.16 0.58
HSL 31.76º 0.09% 0.39% -
HSV(B) 31.76º 0.16% 0.42% -
XYZ 12.37 12.79 11.49 -
YUV 100.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 107 99 90 0 0.07 0.16 0.58 31.76 0.09 0.39
Hex 6B 63 5A 0 7 10 3A 20 9 27
Octal 153 143 132 0 7 20 72 40 11 47
Binary 1101011 1100011 1011010 0 111 10000 111010 100000 1001 100111

Color Harmonies of #6B635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B635A

Black with #6B635A

Text Example


Text Example

White with #6B635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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