Html Css Color HEX #675850 Kabul

📋 copy color: '#675850'

red 103 ◦ green 88 ◦ blue 80

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

Shades of Kabul #675850

Tints of Kabul #675850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 38.01%
G = 32.47%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#675850 (or 0x675850) is known color: Kabul. HEX triplet: 67, 58 and 50. RGB value is (103,88,80). Sum of RGB (Red+Green+Blue) = 103+88+80=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #675850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675850 is #98A7AF. Grayscale: #5B5B5B. Windows color (decimal): -10004400 or 5265511. OLE color: 5265511.

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

Color convert

RGB 103 88 80 -
CMYK 0 0.15 0.22 0.60
HSL 20.87º 0.13% 0.36% -
HSV(B) 20.87º 0.22% 0.4% -
XYZ 10.53 10.44 9.05 -
YUV 91.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 103 88 80 0 0.15 0.22 0.60 20.87 0.13 0.36
Hex 67 58 50 0 F 16 3C 15 D 24
Octal 147 130 120 0 17 26 74 25 15 44
Binary 1100111 1011000 1010000 0 1111 10110 111100 10101 1101 100100

Color Harmonies of #675850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675850

Black with #675850

Text Example


Text Example

White with #675850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675850; }

 p { color: rgb(103,88,80); }

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

background-color css

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

 a { background-color: rgb(103,88,80); }

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

border-color css

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

 span { border-color: rgb(103,88,80); }

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