Html Css Color HEX #67614C Soya Bean

📋 copy color: '#67614C'

red 103 ◦ green 97 ◦ blue 76

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

Shades of Soya Bean #67614C

Tints of Soya Bean #67614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 37.32%
G = 35.14%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67614C (or 0x67614C) is known color: Soya Bean. HEX triplet: 67, 61 and 4C. RGB value is (103,97,76). Sum of RGB (Red+Green+Blue) = 103+97+76=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #67614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67614C is #989EB3. Grayscale: #606060. Windows color (decimal): -10002100 or 5005671. OLE color: 5005671.

HSL color Cylindrical-coordinate representation of color #67614C: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67614C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 97 76 -
CMYK 0 0.06 0.26 0.60
HSL 46.67º 0.15% 0.35% -
HSV(B) 46.67º 0.26% 0.4% -
XYZ 11.17 11.95 8.56 -
YUV 96.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 103 97 76 0 0.06 0.26 0.60 46.67 0.15 0.35
Hex 67 61 4C 0 6 1A 3C 2F F 23
Octal 147 141 114 0 6 32 74 57 17 43
Binary 1100111 1100001 1001100 0 110 11010 111100 101111 1111 100011

Color Harmonies of #67614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67614C

Black with #67614C

Text Example


Text Example

White with #67614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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