Html Css Color HEX #675F57 Kabul

📋 copy color: '#675F57'

red 103 ◦ green 95 ◦ blue 87

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

Shades of Kabul #675F57

Tints of Kabul #675F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 36.14%
G = 33.33%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#675F57 (or 0x675F57) is known color: Kabul. HEX triplet: 67, 5F and 57. RGB value is (103,95,87). Sum of RGB (Red+Green+Blue) = 103+95+87=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F57 is #98A0A8. Grayscale: #606060. Windows color (decimal): -10002601 or 5726055. OLE color: 5726055.

HSL color Cylindrical-coordinate representation of color #675F57: hue angle of 30º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #675F57 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 95 87 -
CMYK 0 0.08 0.16 0.60
HSL 30º 0.08% 0.37% -
HSV(B) 30º 0.16% 0.4% -
XYZ 11.41 11.76 10.68 -
YUV 96.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 103 95 87 0 0.08 0.16 0.60 30 0.08 0.37
Hex 67 5F 57 0 8 10 3C 1E 8 25
Octal 147 137 127 0 10 20 74 36 10 45
Binary 1100111 1011111 1010111 0 1000 10000 111100 11110 1000 100101

Color Harmonies of #675F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F57

Black with #675F57

Text Example


Text Example

White with #675F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675F57; }

 p { color: rgb(103,95,87); }

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

background-color css

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

 a { background-color: rgb(103,95,87); }

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

border-color css

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

 span { border-color: rgb(103,95,87); }

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