Html Css Color HEX #676461 Kabul

📋 copy color: '#676461'

red 103 ◦ green 100 ◦ blue 97

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

Shades of Kabul #676461

Tints of Kabul #676461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 34.33%
G = 33.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#676461 (or 0x676461) is known color: Kabul. HEX triplet: 67, 64 and 61. RGB value is (103,100,97). Sum of RGB (Red+Green+Blue) = 103+100+97=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 103 - color contains mainly: red. Hex color #676461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676461 is #989B9E. Grayscale: #646464. Windows color (decimal): -10001311 or 6382695. OLE color: 6382695.

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

Color convert

RGB 103 100 97 -
CMYK 0 0.03 0.06 0.60
HSL 30º 0.03% 0.39% -
HSV(B) 30º 0.06% 0.4% -
XYZ 12.31 12.86 13.14 -
YUV 100.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 103 100 97 0 0.03 0.06 0.60 30 0.03 0.39
Hex 67 64 61 0 3 6 3C 1E 3 27
Octal 147 144 141 0 3 6 74 36 3 47
Binary 1100111 1100100 1100001 0 11 110 111100 11110 11 100111

Color Harmonies of #676461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676461

Black with #676461

Text Example


Text Example

White with #676461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676461; }

 p { color: rgb(103,100,97); }

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

background-color css

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

 a { background-color: rgb(103,100,97); }

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

border-color css

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

 span { border-color: rgb(103,100,97); }

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