Html Css Color HEX #680829 Pohutukawa

📋 copy color: '#680829'

red 104 ◦ green 8 ◦ blue 41

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

Shades of Pohutukawa #680829

Tints of Pohutukawa #680829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 67.97%
G = 5.23%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#680829 (or 0x680829) is known color: Pohutukawa. HEX triplet: 68, 08 and 29. RGB value is (104,8,41). Sum of RGB (Red+Green+Blue) = 104+8+41=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680829 is #97F7D6. Grayscale: #282828. Windows color (decimal): -9959383 or 2689128. OLE color: 2689128.

HSL color Cylindrical-coordinate representation of color #680829: hue angle of 339.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680829 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 41 -
CMYK 0 0.92 0.61 0.59
HSL 339.38º 0.86% 0.22% -
HSV(B) 339.38º 0.92% 0.41% -
XYZ 6.2 3.28 2.4 -
YUV 40.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 104 8 41 0 0.92 0.61 0.59 339.38 0.86 0.22
Hex 68 8 29 0 5C 3D 3B 153 56 16
Octal 150 10 51 0 134 75 73 523 126 26
Binary 1101000 1000 101001 0 1011100 111101 111011 101010011 1010110 10110

Color Harmonies of #680829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680829

Black with #680829

Text Example


Text Example

White with #680829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680829; }

 p { color: rgb(104,8,41); }

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

background-color css

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

 a { background-color: rgb(104,8,41); }

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

border-color css

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

 span { border-color: rgb(104,8,41); }

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