Html Css Color HEX #67635F Kabul

📋 copy color: '#67635F'

red 103 ◦ green 99 ◦ blue 95

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

Shades of Kabul #67635F

Tints of Kabul #67635F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 34.68%
G = 33.33%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#67635F (or 0x67635F) is known color: Kabul. HEX triplet: 67, 63 and 5F. RGB value is (103,99,95). Sum of RGB (Red+Green+Blue) = 103+99+95=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 103 - color contains mainly: red. Hex color #67635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67635F is #989CA0. Grayscale: #636363. Windows color (decimal): -10001569 or 6251367. OLE color: 6251367.

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

Color convert

RGB 103 99 95 -
CMYK 0 0.04 0.08 0.60
HSL 30º 0.04% 0.39% -
HSV(B) 30º 0.08% 0.4% -
XYZ 12.12 12.63 12.63 -
YUV 99.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 103 99 95 0 0.04 0.08 0.60 30 0.04 0.39
Hex 67 63 5F 0 4 8 3C 1E 4 27
Octal 147 143 137 0 4 10 74 36 4 47
Binary 1100111 1100011 1011111 0 100 1000 111100 11110 100 100111

Color Harmonies of #67635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67635F

Black with #67635F

Text Example


Text Example

White with #67635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67635F; }

 p { color: rgb(103,99,95); }

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

background-color css

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

 a { background-color: rgb(103,99,95); }

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

border-color css

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

 span { border-color: rgb(103,99,95); }

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