Html Css Color HEX #67605A Kabul

📋 copy color: '#67605A'

red 103 ◦ green 96 ◦ blue 90

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

Shades of Kabul #67605A

Tints of Kabul #67605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 35.64%
G = 33.22%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#67605A (or 0x67605A) is known color: Kabul. HEX triplet: 67, 60 and 5A. RGB value is (103,96,90). Sum of RGB (Red+Green+Blue) = 103+96+90=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #67605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67605A is #989FA5. Grayscale: #616161. Windows color (decimal): -10002342 or 5922919. OLE color: 5922919.

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

Color convert

RGB 103 96 90 -
CMYK 0 0.07 0.13 0.60
HSL 27.69º 0.07% 0.38% -
HSV(B) 27.69º 0.13% 0.4% -
XYZ 11.62 11.99 11.37 -
YUV 97.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 103 96 90 0 0.07 0.13 0.60 27.69 0.07 0.38
Hex 67 60 5A 0 7 D 3C 1C 7 26
Octal 147 140 132 0 7 15 74 34 7 46
Binary 1100111 1100000 1011010 0 111 1101 111100 11100 111 100110

Color Harmonies of #67605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67605A

Black with #67605A

Text Example


Text Example

White with #67605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67605A; }

 p { color: rgb(103,96,90); }

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

background-color css

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

 a { background-color: rgb(103,96,90); }

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

border-color css

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

 span { border-color: rgb(103,96,90); }

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