Html Css Color HEX #683125 Pueblo

📋 copy color: '#683125'

red 104 ◦ green 49 ◦ blue 37

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

Shades of Pueblo #683125

Tints of Pueblo #683125

RGB

 RED value IS 104 (41.02% from 255) = 54.74%

 GREEN value IS 49 (19.53% from 255) = 25.79%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 54.74%
G = 25.79%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#683125 (or 0x683125) is known color: Pueblo. HEX triplet: 68, 31 and 25. RGB value is (104,49,37). Sum of RGB (Red+Green+Blue) = 104+49+37=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #683125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683125 is #97CEDA. Grayscale: #404040. Windows color (decimal): -9948891 or 2437480. OLE color: 2437480.

HSL color Cylindrical-coordinate representation of color #683125: hue angle of 10.75º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #683125 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 37 -
CMYK 0 0.53 0.64 0.59
HSL 10.75º 0.48% 0.28% -
HSV(B) 10.75º 0.64% 0.41% -
XYZ 7.14 5.27 2.39 -
YUV 64.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 104 49 37 0 0.53 0.64 0.59 10.75 0.48 0.28
Hex 68 31 25 0 35 40 3B B 30 1C
Octal 150 61 45 0 65 100 73 13 60 34
Binary 1101000 110001 100101 0 110101 1000000 111011 1011 110000 11100

Color Harmonies of #683125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683125

Black with #683125

Text Example


Text Example

White with #683125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683125; }

 p { color: rgb(104,49,37); }

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

background-color css

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

 a { background-color: rgb(104,49,37); }

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

border-color css

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

 span { border-color: rgb(104,49,37); }

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