Html Css Color HEX #675A51 Kabul

📋 copy color: '#675A51'

red 103 ◦ green 90 ◦ blue 81

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

Shades of Kabul #675A51

Tints of Kabul #675A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 37.59%
G = 32.85%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#675A51 (or 0x675A51) is known color: Kabul. HEX triplet: 67, 5A and 51. RGB value is (103,90,81). Sum of RGB (Red+Green+Blue) = 103+90+81=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #675A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A51 is #98A5AE. Grayscale: #5C5C5C. Windows color (decimal): -10003887 or 5331559. OLE color: 5331559.

HSL color Cylindrical-coordinate representation of color #675A51: hue angle of 24.55º 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 #675A51 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 81 -
CMYK 0 0.13 0.21 0.60
HSL 24.55º 0.12% 0.36% -
HSV(B) 24.55º 0.21% 0.4% -
XYZ 10.73 10.79 9.3 -
YUV 92.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 103 90 81 0 0.13 0.21 0.60 24.55 0.12 0.36
Hex 67 5A 51 0 D 15 3C 19 C 24
Octal 147 132 121 0 15 25 74 31 14 44
Binary 1100111 1011010 1010001 0 1101 10101 111100 11001 1100 100100

Color Harmonies of #675A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A51

Black with #675A51

Text Example


Text Example

White with #675A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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