Html Css Color HEX #67614B Soya Bean

📋 copy color: '#67614B'

red 103 ◦ green 97 ◦ blue 75

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

Shades of Soya Bean #67614B

Tints of Soya Bean #67614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 37.45%
G = 35.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#67614B (or 0x67614B) is known color: Soya Bean. HEX triplet: 67, 61 and 4B. RGB value is (103,97,75). Sum of RGB (Red+Green+Blue) = 103+97+75=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #67614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67614B is #989EB4. Grayscale: #606060. Windows color (decimal): -10002101 or 4940135. OLE color: 4940135.

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

Color convert

RGB 103 97 75 -
CMYK 0 0.06 0.27 0.60
HSL 47.14º 0.16% 0.35% -
HSV(B) 47.14º 0.27% 0.4% -
XYZ 11.14 11.94 8.37 -
YUV 96.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 103 97 75 0 0.06 0.27 0.60 47.14 0.16 0.35
Hex 67 61 4B 0 6 1B 3C 2F 10 23
Octal 147 141 113 0 6 33 74 57 20 43
Binary 1100111 1100001 1001011 0 110 11011 111100 101111 10000 100011

Color Harmonies of #67614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67614B

Black with #67614B

Text Example


Text Example

White with #67614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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