Html Css Color HEX #675951 Kabul

📋 copy color: '#675951'

red 103 ◦ green 89 ◦ blue 81

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

Shades of Kabul #675951

Tints of Kabul #675951

RGB

 RED value IS 103 (40.63% from 255) = 37.73%

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 37.73%
G = 32.6%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#675951 (or 0x675951) is known color: Kabul. HEX triplet: 67, 59 and 51. RGB value is (103,89,81). Sum of RGB (Red+Green+Blue) = 103+89+81=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675951 is #98A6AE. Grayscale: #5C5C5C. Windows color (decimal): -10004143 or 5331303. OLE color: 5331303.

HSL color Cylindrical-coordinate representation of color #675951: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675951 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 89 81 -
CMYK 0 0.14 0.21 0.60
HSL 21.82º 0.12% 0.36% -
HSV(B) 21.82º 0.21% 0.4% -
XYZ 10.65 10.62 9.27 -
YUV 92.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 103 89 81 0 0.14 0.21 0.60 21.82 0.12 0.36
Hex 67 59 51 0 E 15 3C 16 C 24
Octal 147 131 121 0 16 25 74 26 14 44
Binary 1100111 1011001 1010001 0 1110 10101 111100 10110 1100 100100

Color Harmonies of #675951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675951

Black with #675951

Text Example


Text Example

White with #675951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675951; }

 p { color: rgb(103,89,81); }

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

background-color css

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

 a { background-color: rgb(103,89,81); }

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

border-color css

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

 span { border-color: rgb(103,89,81); }

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