Html Css Color HEX #691E28 Pohutukawa

📋 copy color: '#691E28'

red 105 ◦ green 30 ◦ blue 40

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

Shades of Pohutukawa #691E28

Tints of Pohutukawa #691E28

RGB

 RED value IS 105 (41.41% from 255) = 60%

 GREEN value IS 30 (12.11% from 255) = 17.14%

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

R = 60%
G = 17.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#691E28 (or 0x691E28) is known color: Pohutukawa. HEX triplet: 69, 1E and 28. RGB value is (105,30,40). Sum of RGB (Red+Green+Blue) = 105+30+40=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E28 is #96E1D7. Grayscale: #353535. Windows color (decimal): -9888216 or 2629225. OLE color: 2629225.

HSL color Cylindrical-coordinate representation of color #691E28: hue angle of 352º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E28 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 30 40 -
CMYK 0 0.71 0.62 0.59
HSL 352º 0.56% 0.26% -
HSV(B) 352º 0.71% 0.41% -
XYZ 6.67 4.09 2.44 -
YUV 53.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 105 30 40 0 0.71 0.62 0.59 352 0.56 0.26
Hex 69 1E 28 0 47 3E 3B 160 38 1A
Octal 151 36 50 0 107 76 73 540 70 32
Binary 1101001 11110 101000 0 1000111 111110 111011 101100000 111000 11010

Color Harmonies of #691E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E28

Black with #691E28

Text Example


Text Example

White with #691E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691E28; }

 p { color: rgb(105,30,40); }

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

background-color css

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

 a { background-color: rgb(105,30,40); }

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

border-color css

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

 span { border-color: rgb(105,30,40); }

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