Html Css Color HEX #67302D Kenyan Copper

📋 copy color: '#67302D'

red 103 ◦ green 48 ◦ blue 45

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

Shades of Kenyan Copper #67302D

Tints of Kenyan Copper #67302D

RGB

 RED value IS 103 (40.63% from 255) = 52.55%

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 45 (17.97% from 255) = 22.96%

R = 52.55%
G = 24.49%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#67302D (or 0x67302D) is known color: Kenyan Copper. HEX triplet: 67, 30 and 2D. RGB value is (103,48,45). Sum of RGB (Red+Green+Blue) = 103+48+45=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67302D is #98CFD2. Grayscale: #404040. Windows color (decimal): -10014675 or 2961511. OLE color: 2961511.

HSL color Cylindrical-coordinate representation of color #67302D: hue angle of 3.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67302D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 48 45 -
CMYK 0 0.53 0.56 0.60
HSL 3.1º 0.39% 0.29% -
HSV(B) 3.1º 0.56% 0.4% -
XYZ 7.12 5.19 3.11 -
YUV 64.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 103 48 45 0 0.53 0.56 0.60 3.1 0.39 0.29
Hex 67 30 2D 0 35 38 3C 3 27 1D
Octal 147 60 55 0 65 70 74 3 47 35
Binary 1100111 110000 101101 0 110101 111000 111100 11 100111 11101

Color Harmonies of #67302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67302D

Black with #67302D

Text Example


Text Example

White with #67302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67302D; }

 p { color: rgb(103,48,45); }

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

background-color css

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

 a { background-color: rgb(103,48,45); }

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

border-color css

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

 span { border-color: rgb(103,48,45); }

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