Html Css Color HEX #67504B Congo Brown

📋 copy color: '#67504B'

red 103 ◦ green 80 ◦ blue 75

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

Shades of Congo Brown #67504B

Tints of Congo Brown #67504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 39.92%
G = 31.01%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#67504B (or 0x67504B) is known color: Congo Brown. HEX triplet: 67, 50 and 4B. RGB value is (103,80,75). Sum of RGB (Red+Green+Blue) = 103+80+75=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #67504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67504B is #98AFB4. Grayscale: #565656. Windows color (decimal): -10006453 or 4935783. OLE color: 4935783.

HSL color Cylindrical-coordinate representation of color #67504B: hue angle of 10.71º 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 #67504B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 75 -
CMYK 0 0.22 0.27 0.60
HSL 10.71º 0.16% 0.35% -
HSV(B) 10.71º 0.27% 0.4% -
XYZ 9.73 9.13 7.91 -
YUV 86.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 103 80 75 0 0.22 0.27 0.60 10.71 0.16 0.35
Hex 67 50 4B 0 16 1B 3C B 10 23
Octal 147 120 113 0 26 33 74 13 20 43
Binary 1100111 1010000 1001011 0 10110 11011 111100 1011 10000 100011

Color Harmonies of #67504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67504B

Black with #67504B

Text Example


Text Example

White with #67504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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