Html Css Color HEX #68625C Kabul

📋 copy color: '#68625C'

red 104 ◦ green 98 ◦ blue 92

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

Shades of Kabul #68625C

Tints of Kabul #68625C

RGB

 RED value IS 104 (41.02% from 255) = 35.37%

 GREEN value IS 98 (38.67% from 255) = 33.33%

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 35.37%
G = 33.33%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68625C (or 0x68625C) is known color: Kabul. HEX triplet: 68, 62 and 5C. RGB value is (104,98,92). Sum of RGB (Red+Green+Blue) = 104+98+92=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #68625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625C is #979DA3. Grayscale: #636363. Windows color (decimal): -9936292 or 6054504. OLE color: 6054504.

HSL color Cylindrical-coordinate representation of color #68625C: hue angle of 30º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68625C is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 98 92 -
CMYK 0 0.06 0.12 0.59
HSL 30º 0.06% 0.38% -
HSV(B) 30º 0.12% 0.41% -
XYZ 12.01 12.45 11.9 -
YUV 99.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 104 98 92 0 0.06 0.12 0.59 30 0.06 0.38
Hex 68 62 5C 0 6 C 3B 1E 6 26
Octal 150 142 134 0 6 14 73 36 6 46
Binary 1101000 1100010 1011100 0 110 1100 111011 11110 110 100110

Color Harmonies of #68625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68625C

Black with #68625C

Text Example


Text Example

White with #68625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68625C; }

 p { color: rgb(104,98,92); }

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

background-color css

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

 a { background-color: rgb(104,98,92); }

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

border-color css

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

 span { border-color: rgb(104,98,92); }

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