Html Css Color HEX #68635E Kabul

📋 copy color: '#68635E'

red 104 ◦ green 99 ◦ blue 94

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

Shades of Kabul #68635E

Tints of Kabul #68635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 35.02%
G = 33.33%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68635E (or 0x68635E) is known color: Kabul. HEX triplet: 68, 63 and 5E. RGB value is (104,99,94). Sum of RGB (Red+Green+Blue) = 104+99+94=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #68635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68635E is #979CA1. Grayscale: #636363. Windows color (decimal): -9936034 or 6185832. OLE color: 6185832.

HSL color Cylindrical-coordinate representation of color #68635E: hue angle of 30º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68635E is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 99 94 -
CMYK 0 0.05 0.10 0.59
HSL 30º 0.05% 0.39% -
HSV(B) 30º 0.1% 0.41% -
XYZ 12.19 12.67 12.39 -
YUV 99.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 104 99 94 0 0.05 0.10 0.59 30 0.05 0.39
Hex 68 63 5E 0 5 A 3B 1E 5 27
Octal 150 143 136 0 5 12 73 36 5 47
Binary 1101000 1100011 1011110 0 101 1010 111011 11110 101 100111

Color Harmonies of #68635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68635E

Black with #68635E

Text Example


Text Example

White with #68635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68635E; }

 p { color: rgb(104,99,94); }

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

background-color css

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

 a { background-color: rgb(104,99,94); }

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

border-color css

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

 span { border-color: rgb(104,99,94); }

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