Html Css Color HEX #680922 Pohutukawa

📋 copy color: '#680922'

red 104 ◦ green 9 ◦ blue 34

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

Shades of Pohutukawa #680922

Tints of Pohutukawa #680922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 34 (13.67% from 255) = 23.13%

R = 70.75%
G = 6.12%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#680922 (or 0x680922) is known color: Pohutukawa. HEX triplet: 68, 09 and 22. RGB value is (104,9,34). Sum of RGB (Red+Green+Blue) = 104+9+34=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680922 is #97F6DD. Grayscale: #282828. Windows color (decimal): -9959134 or 2230632. OLE color: 2230632.

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

Color convert

RGB 104 9 34 -
CMYK 0 0.91 0.67 0.59
HSL 344.21º 0.84% 0.22% -
HSV(B) 344.21º 0.91% 0.41% -
XYZ 6.1 3.25 1.82 -
YUV 40.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 104 9 34 0 0.91 0.67 0.59 344.21 0.84 0.22
Hex 68 9 22 0 5B 43 3B 158 54 16
Octal 150 11 42 0 133 103 73 530 124 26
Binary 1101000 1001 100010 0 1011011 1000011 111011 101011000 1010100 10110

Color Harmonies of #680922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680922

Black with #680922

Text Example


Text Example

White with #680922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680922; }

 p { color: rgb(104,9,34); }

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

background-color css

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

 a { background-color: rgb(104,9,34); }

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

border-color css

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

 span { border-color: rgb(104,9,34); }

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