Html Css Color HEX #67615B Kabul

📋 copy color: '#67615B'

red 103 ◦ green 97 ◦ blue 91

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

Shades of Kabul #67615B

Tints of Kabul #67615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 35.4%
G = 33.33%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67615B (or 0x67615B) is known color: Kabul. HEX triplet: 67, 61 and 5B. RGB value is (103,97,91). Sum of RGB (Red+Green+Blue) = 103+97+91=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #67615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67615B is #989EA4. Grayscale: #626262. Windows color (decimal): -10002085 or 5988711. OLE color: 5988711.

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

Color convert

RGB 103 97 91 -
CMYK 0 0.06 0.12 0.60
HSL 30º 0.06% 0.38% -
HSV(B) 30º 0.12% 0.4% -
XYZ 11.76 12.19 11.63 -
YUV 98.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 103 97 91 0 0.06 0.12 0.60 30 0.06 0.38
Hex 67 61 5B 0 6 C 3C 1E 6 26
Octal 147 141 133 0 6 14 74 36 6 46
Binary 1100111 1100001 1011011 0 110 1100 111100 11110 110 100110

Color Harmonies of #67615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67615B

Black with #67615B

Text Example


Text Example

White with #67615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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