Html Css Color HEX #683328 Pueblo

📋 copy color: '#683328'

red 104 ◦ green 51 ◦ blue 40

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

Shades of Pueblo #683328

Tints of Pueblo #683328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 53.33%
G = 26.15%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#683328 (or 0x683328) is known color: Pueblo. HEX triplet: 68, 33 and 28. RGB value is (104,51,40). Sum of RGB (Red+Green+Blue) = 104+51+40=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683328 is #97CCD7. Grayscale: #414141. Windows color (decimal): -9948376 or 2634600. OLE color: 2634600.

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

Color convert

RGB 104 51 40 -
CMYK 0 0.51 0.62 0.59
HSL 10.31º 0.44% 0.28% -
HSV(B) 10.31º 0.62% 0.41% -
XYZ 7.28 5.46 2.68 -
YUV 65.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 104 51 40 0 0.51 0.62 0.59 10.31 0.44 0.28
Hex 68 33 28 0 33 3E 3B A 2C 1C
Octal 150 63 50 0 63 76 73 12 54 34
Binary 1101000 110011 101000 0 110011 111110 111011 1010 101100 11100

Color Harmonies of #683328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683328

Black with #683328

Text Example


Text Example

White with #683328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683328; }

 p { color: rgb(104,51,40); }

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

background-color css

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

 a { background-color: rgb(104,51,40); }

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

border-color css

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

 span { border-color: rgb(104,51,40); }

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